Memory Pool Memory Pool Refreshing

7,049 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,437 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (878,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,542 30,542 00000000192d2e500edd97b7e247031dc0c2ef3605be029e2d79171971081354 0.00 MB 1 0
30,541 30,541 00000000ec71c2f94662fda12709659ef3bafccc2fdab7896f2a29815096aebc 0.00 MB 1 0
30,540 30,540 00000000670f5ebe01a4108d10ce0265b09c949fdf9fb198c6bfcfc59f2a16fc 0.00 MB 1 0
30,539 30,539 00000000ecacbc7b96dffeff4368673fd9dbaa948ae9eada15c5505e8f5dc315 0.00 MB 1 0
30,538 30,538 00000000a856bc525feb4ed611a7dd30bbef840542b669c0ac52f05d9b39586a 0.00 MB 1 0
30,537 30,537 00000000d9cf43176bcfd44d3d6c450ac722b5331e3e613813d908ad6bdf030a 0.00 MB 1 0
30,536 30,536 000000005ff455e3f042eb343340bd3c743613aca9271eda293ab9c3ef57437d 0.00 MB 1 0
30,535 30,535 00000000a7750272bfff5ef6071ad1f11ce19b3e3e606c16a91ed15c2b3ad74d 0.00 MB 1 0
30,534 30,534 00000000c972e8d80868031a0a95d236ca21cdf6f1faf199c17198d27d52ecad 0.00 MB 1 0
30,533 30,533 000000009c5b9b7f55e18a41838dcd3e325c98a97c35d5ee09961f2daf9cd438 0.00 MB 1 0
30,532 30,532 00000000cc6f5bc22a6182513b71ed7c452baa7b8425951ccd0ffa20b25dddcb 0.00 MB 1 0
30,531 30,531 00000000698cb7a355dfd66b82207a1fb25b5e28972c6f61a9b090baad27ffe6 0.00 MB 1 0
30,530 30,530 000000001add4328ef5d55cd0e18d2f3723f427f2c4426f4e26944ae53277064 0.00 MB 1 0
30,529 30,529 000000006244d9f145f68b6f6ac7caf563e257f9461f0e9390c43d58ade3023e 0.00 MB 1 0
30,528 30,528 00000000b718b96e65495bc1a70b78ce6a5f135c0d4e130e21a52655063b64dc 0.00 MB 1 0
30,527 30,527 00000000fe12e8762722e89fe2dd4178406a997a9ee1ab7dd2e0f77cda186a69 0.00 MB 1 0
30,526 30,526 00000000154488aea7c90748edf083104594232e5f15e0a900251478373569cc 0.00 MB 1 0
30,525 30,525 000000008804a4f131cd4bc41626af8d97a1366fe73b0d00353143f40e4e222d 0.00 MB 1 0
30,524 30,524 000000003a7a6b05fac0ef00446289bb2a5be1356a75b5026d6a446807a936b0 0.00 MB 1 0
30,523 30,523 000000003db8ff2858cd7344eb3c555923d2c33fffff0f3705f631cc8e3126c9 0.00 MB 1 0
30,522 30,522 000000008984955a0f9eb2fca6bff9e5ded9f9e9354c26ca16146a13ad7af108 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,849.16 GB sent, 100.96 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.