Memory Pool Memory Pool Refreshing

12,390 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (719,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,340 188,340 00000000000005f321362dc5610efef87b9975ac92f841628679cf759d230de5 0.07 MB 210 176
188,339 188,339 000000000000017c5f2610461d13199a52b99fabbe667c976709fa446bf5e43b 0.01 MB 28 128
188,338 188,338 0000000000000281a7b27a2df4aa72436b9240f015c59629b2a8832204652a56 0.05 MB 132 46
188,337 188,337 000000000000021467e438aeb16560d875ed5f3162cf7952f1b69ab7a660bd33 0.04 MB 107 26
188,336 188,336 00000000000003602b228c3ccd3541d1563bb93e1e25ae4dd598ddf380f22bef 0.13 MB 319 118
188,335 188,335 0000000000000860d1ef4b3bfe8d1a164ab46f256f49da276b9be32d437b06a6 0.00 MB 7 0
188,334 188,334 0000000000000397590476aaf74a619f1a57404fdba33a8d988f9495e4a47fd0 0.01 MB 19 109
188,333 188,333 000000000000025f40e65feff760a7508e6150f32ef9262d831d0efb9d168286 0.04 MB 70 138
188,332 188,332 000000000000094b944cc807129a2e270753a565a3a8b37f609dc1e80a631e4c 0.04 MB 109 105
188,331 188,331 0000000000000918e6663d29501ecd2c4d4f4c150675226f6eb6a517c38da22b 0.12 MB 312 92
188,330 188,330 00000000000003785b380ef6b103b5fd6fbc02693858811a82240409c07b9b3f 0.07 MB 186 53
188,329 188,329 000000000000067dc9619d795bd16eec0a6e1910dbdb02abae87e9ae76e898e5 0.01 MB 13 81
188,328 188,328 00000000000003295bfcaccbabc800fb3586b23e93ed38bd30bfb0936b888a07 0.15 MB 269 125
188,327 188,327 000000000000084ef637488077f1b730cee556b63391b4420be01ac3ac5c26ef 0.07 MB 195 75
188,326 188,326 000000000000005f771967f68c5ee0250de7c006860b0da2705a58d1659b0f35 0.01 MB 26 131
188,325 188,325 000000000000040c54217b0dd3ec50c2234e0519a8ac8fb9d425947719a1a21a 0.05 MB 141 142
188,324 188,324 000000000000043cc958990b729777caada38b02f7d437f1803286c14e67421f 0.00 MB 9 300
188,323 188,323 000000000000082303cd8e4558bd381e38d119ab1f8a1cc37080113746255b39 0.05 MB 76 89
188,322 188,322 0000000000000522f00bcfad44174f6429fccc203abf23df296b8e44170b8cc2 0.03 MB 47 97
188,321 188,321 0000000000000422febe6243af0cdff08ce28a697869bd1b476938178b700a84 0.04 MB 100 83
188,320 188,320 00000000000000d2617c1375034df67332487aebec47da61ca71bb6ab34c7e42 0.19 MB 336 110
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.