Memory Pool Memory Pool Refreshing

5,645 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (786,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,303 121,303 0000000000008c16f0299dde4b5d3a1f72aa0f2404cb6cfddaf909567b8ddb06 0.01 MB 11 342
121,302 121,302 00000000000016bde654c09371d115ec6e589819ca5e316593aa1b543389a0d9 0.01 MB 20 1,514
121,301 121,301 00000000000084c9d282ecea44a13e885b3363800ed5165ff86e589947285989 0.01 MB 27 737
121,300 121,300 00000000000049870666a81076ce7d6b447491e598dae0954a14f83e5c021d7b 0.00 MB 7 577
121,299 121,299 0000000000002549e83c9eebca9222501747d5dc2e9b4fff08cf3d0f541d3e8b 0.01 MB 19 678
121,298 121,298 00000000000027def5ff590140b94dbc7d83db15555e125e6c58c3dd1eb157e0 0.02 MB 10 1,748
121,297 121,297 0000000000003bf82a96f8bb4bd84d193008ea755930bbab7b2aa8e6f78032a0 0.00 MB 4 0
121,296 121,296 0000000000007907bd1a639e072f8d6d612e879572be0a4c29c42294e4fbac96 0.01 MB 17 0
121,295 121,295 000000000000080e9c504c1422531b8d49ab874f0db918850b54ed73c0561eae 0.06 MB 23 1,156
121,294 121,294 0000000000001ddd7ce4d533ef5563ca73c8fa91ccf949da11a0227b413bb333 0.01 MB 30 920
121,293 121,293 0000000000005e46a0b93d7c4ddfb9b59c4e869c32907411182a785fc85bff60 0.00 MB 5 0
121,292 121,292 00000000000039049c83526d2da3c80e6d5cb08eeb8defe589b2c6b198a8c0b5 0.01 MB 23 515
121,291 121,291 00000000000016bbda0c48f2f5eb9123e1c51bd9bea52167bd548e4cfca5d652 0.01 MB 19 1,113
121,290 121,290 0000000000004a3ca33d1da1c2186b455987d31542911ef6faaed8baa0105e18 0.00 MB 15 1,005
121,289 121,289 000000000000299267ea58eac30e78d524768c23ef21a051e032c35afd50d04a 0.00 MB 16 1,039
121,288 121,288 0000000000008c5eab0c6f6164b910ba8f3f6dce9f735f525ad418b4a5487a4d 0.01 MB 22 592
121,287 121,287 00000000000002b00780306def4a65aa60f8d12d1ef0ca660836c32d162d61a0 0.02 MB 71 329
121,286 121,286 00000000000029fbf8981a6548648747cb34df76bffb15413f13cf87666d1c3b 0.01 MB 29 832
121,285 121,285 0000000000003b14eb6be0af0000fc653ff2b8fe38a814d36a46dfa96226b657 0.02 MB 38 564
121,284 121,284 000000000000451d2873580eefc5496b20c3d9553ffa67226bddbbf26db113ba 0.05 MB 9 1,165
121,283 121,283 000000000000066cf04168234ef361d0e99560a28e26b2ea9919cdd8ebb32fbc 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.