Memory Pool Memory Pool Refreshing

86,085 transactions
29.64 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,657 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,483 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,656 (281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,375 878,375 000000000000000000009d890cf4b8f8e886b718fdf2158e7413e90982da1c79 1.47 MB 2,531 5
878,374 878,374 000000000000000000013643c4c1374af0b965ff71b43967e27c7dbff70ff4d6 1.50 MB 3,450 6
878,373 878,373 0000000000000000000212eb0ae7d7e6bdbb85b7ed42c9e29cc914b4c963d981 1.51 MB 3,643 8
878,372 878,372 000000000000000000008a794d5a4ae73b1d1dded92669a9eff74d62bb4fdde4 1.49 MB 3,088 5
878,371 878,371 00000000000000000000b36d20230ce79e6b3bf80a287fcec13c1925ab8f35cc 1.63 MB 3,948 8
878,370 878,370 000000000000000000001d5aaddaf64faf6d40091388a61879527ad04fa38b02 1.57 MB 3,762 8
878,369 878,369 00000000000000000000e102c3a34b194c9c73c2ff91d2b4923e2331ff94e322 1.74 MB 3,436 4
878,368 878,368 000000000000000000023779cfa254688eac3111a06d6f1baabb9e090dd558bd 1.80 MB 4,404 2
878,367 878,367 00000000000000000001c940284175d75dc7495d57a1409a62ef2fec4c23a158 1.70 MB 4,185 4
878,366 878,366 00000000000000000001ae0a51d9430678910d8652872ddab9a7089e83960569 1.78 MB 3,648 5
878,365 878,365 000000000000000000016d2736236b1518cbac27f54320b6b30c0f8f40f2d8c7 1.72 MB 3,684 3
878,364 878,364 0000000000000000000169cee810cd8fb51dab11233aa2fa3c48ec6a39b7044a 1.40 MB 2,693 5
878,363 878,363 00000000000000000001ff417b48d7fa1b7aa245646c61ad0f1559024b2ddbe7 1.51 MB 1,995 4
878,362 878,362 000000000000000000000c6b515c9a268018d9253e24db203830f1050be463fb 1.58 MB 3,880 7
878,361 878,361 0000000000000000000278af4380cc261dc57a74e2bfa4203e7044685e673cff 1.56 MB 4,064 9
878,360 878,360 000000000000000000005b4866156df2c6834c5a2dfcd6e8ec4183f692beee4f 1.57 MB 3,799 10
878,359 878,359 000000000000000000006b21807a442d654be5bff9a6c55a42133fada100ebe9 1.66 MB 3,057 5
878,358 878,358 0000000000000000000264f9eb62dc962b9c7f53eac2c90e9cfbcc0345cb13ba 1.61 MB 3,418 6
878,357 878,357 00000000000000000000e79e853518dababa1813621b596cb2556c4f89e99412 1.73 MB 4,026 6
878,356 878,356 000000000000000000012321a53d692834bc0ded4fb879ff3423585075f9cced 1.68 MB 4,299 8
878,355 878,355 00000000000000000000bdb15bed623bae2215f46cdace8133893c53ce96f0d0 1.70 MB 3,943 8
Previous 10 blocks ↓
Total Size: 715.64 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,485.05 GB sent, 43.71 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.