Memory Pool Memory Pool Refreshing

6,432 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,472 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (4,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,398 903,398 00000000000000000001cc82482f835f2de045ca00e25757ce2ee031a22e6d4f 1.57 MB 2,624 1
903,397 903,397 0000000000000000000002c256bc9641cf5576fbae7169b7ce440f4e28fced3a 1.31 MB 1,678 2
903,396 903,396 00000000000000000001e920136e6d6f0e33bbf7e0ea9ea64a1ce27410602a9f 1.60 MB 3,746 4
903,395 903,395 000000000000000000010f5879d2f2d31706fd9d7d7ef343107bdd540c9d66a2 1.45 MB 2,831 3
903,394 903,394 00000000000000000001fc4922b33ae26ce2d329a89878776157b1005b7cbb5c 1.07 MB 345 1
903,393 903,393 0000000000000000000088cf988fdd5d8f1606359e99517362338b231d76d366 1.66 MB 3,762 2
903,392 903,392 0000000000000000000188f2b25b743f38a78398d29e1a82f7d91fd5d4e7f293 1.50 MB 2,116 3
903,391 903,391 00000000000000000001c52497ed80644a694c17af80a79637dabbb99fdb1422 1.69 MB 3,070 3
903,390 903,390 000000000000000000013e59eaae4ca249b9da6f17bd093eb6cd472ef3a478f7 1.60 MB 3,512 5
903,389 903,389 00000000000000000000c6013a61a8ddaf74f05a58d6dc149e4793238772e122 1.53 MB 3,699 8
903,388 903,388 000000000000000000005e841cefe1189f8b2fb7cbade875db356242495f71b4 0.53 MB 1,179 2
903,387 903,387 00000000000000000001dfe48cd6c24842757a8422db2e000c2fc1ab42ee510a 1.10 MB 1,897 2
903,386 903,386 00000000000000000001be5f7f0655257180fa3f1cdd04bd7df47bd5b44b5368 1.40 MB 2,362 3
903,385 903,385 000000000000000000022888984ce32a4da75656e1e5e84f7c8827718336ceb5 0.51 MB 864 1
903,384 903,384 00000000000000000002413e584886e23cd45bb3eb02c2beadd84cb864da4d41 1.47 MB 2,641 3
903,383 903,383 00000000000000000001df6cd61d5b76d5edb69541ef1ede082b665980d06cd4 1.20 MB 1,994 2
903,382 903,382 000000000000000000007fdf4ae3cf3efa219c40f60b4490988c6e924ba389e5 1.31 MB 2,229 2
903,381 903,381 000000000000000000007db34a550554f4b882353185ca2ac1e792f44dd34460 1.58 MB 3,117 2
903,380 903,380 00000000000000000001770b12b7f5453575f74f9855b975c6345e5ae29e0f52 1.81 MB 1,556 2
903,379 903,379 00000000000000000000708a6447d56220de4d4b2ac7462a6f533d3609320be5 1.82 MB 2,012 1
903,378 903,378 0000000000000000000032e763044dd6fe23e6d23afdf5ecaf59717318f0bbf1 1.93 MB 1,439 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.