Memory Pool Memory Pool Refreshing

2,625 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,624 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (84,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,482 823,482 000000000000000000009f79a71452ab994d2c4b06a06fb858f8606894ecbf94 1.67 MB 4,228 108
823,481 823,481 0000000000000000000071971ca9d3cfa3726ea145c8f36e58399b3bc0adc9d3 1.60 MB 3,291 137
823,480 823,480 00000000000000000003d39a84b8881a1ccb7b56b2c1859eeeb2f2a3cfece0f4 1.60 MB 2,997 171
823,479 823,479 00000000000000000000f28815859adef4ef2f818712e2cc75030a68eacbdd8b 1.66 MB 2,507 215
823,478 823,478 000000000000000000027350c2aa2183b4446a708407762af7b5061ec0cf115d 1.64 MB 2,895 169
823,477 823,477 00000000000000000000bc4d77df3447b4c6050b9b64076568d7528e860b811d 1.68 MB 4,791 128
823,476 823,476 0000000000000000000087193655cf7f4b0dd793f46fe25bf8f7802dae57918f 1.74 MB 4,315 132
823,475 823,475 00000000000000000003233853120c9fed0db249de5933b299d4cee975d573ea 1.75 MB 3,238 167
823,474 823,474 00000000000000000001cf2244a3e3065a0af1ec2e237b6a6a066bd2834f2439 1.65 MB 2,846 187
823,473 823,473 000000000000000000011025f4bf52732bd2fe2b090338f9156ce72bc24aca0c 1.88 MB 5,180 113
823,472 823,472 000000000000000000002af2f9a0c8dba0e8c436ea2c0a01ec91a72c7a823009 1.79 MB 4,839 123
823,471 823,471 0000000000000000000084f7c4d739093500fb476bd72bb87ba77fde079263c8 1.85 MB 4,932 132
823,470 823,470 0000000000000000000146757fbd5c77467defc33466c2fee2074a1525efdfa6 1.74 MB 3,955 144
823,469 823,469 0000000000000000000019229a282e71bc1e901654698ee47e264f792e188033 1.56 MB 2,513 211
823,468 823,468 000000000000000000020e92a75df6656fcef91e75f771d4db9316d0b718eab4 1.87 MB 4,521 116
823,467 823,467 000000000000000000025db2bc81e60b56c4b0e7a9fb6f968d8f0cbdaaa42d4d 1.66 MB 3,942 177
823,466 823,466 00000000000000000002beabfdd166d33179b9c526d876488e0e6199632b54bd 1.78 MB 4,524 112
823,465 823,465 000000000000000000020c4bd855ce73c172a405fa6b8885d9580dbc5fa5895a 1.62 MB 3,815 114
823,464 823,464 00000000000000000002d3b6b8d1b8befe301638254200dc4b07ba34908c27c0 1.70 MB 3,407 144
823,463 823,463 00000000000000000001923111a6e15c89a9c147244f3627b3a8e5df8cc5f879 1.70 MB 3,719 177
823,462 823,462 000000000000000000024f4f4707b4ac04396dd7c57de3c13c72b38a0bb772c5 1.58 MB 3,473 176
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.30 GB sent, 93.33 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.