Memory Pool Memory Pool Refreshing

10,093 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (654,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,133 253,133 000000000000001355d408ea83ad69b5ccbe9f72baa150d1a6fc525a423753d8 0.03 MB 89 106
253,132 253,132 0000000000000009c1bc4f2d6d63771a678f69126ade91ec1837f7adc46a2e28 0.02 MB 47 79
253,131 253,131 0000000000000002376dc03c2f9e959ddc924dfc05dc73c556fda64e2fefb8d3 0.14 MB 283 96
253,130 253,130 00000000000000541f8447ecddb3d7a673f2a900dfc25e8a99120d6b8a6bc61e 0.22 MB 374 85
253,129 253,129 000000000000001b84fcc4191b6070827db5b6b8c27b96056d143218b795c71c 0.25 MB 657 124
253,128 253,128 0000000000000050824c70a3d2b4e964fecd69f12b7816d33c43e703cedfdb36 0.10 MB 230 131
253,127 253,127 000000000000002d28b93e6d5135537863c2e322349c1008cf9641de10e42288 0.01 MB 27 123
253,126 253,126 000000000000003b992ef55efe6fe6cfa973e13384b3a54de45cc6e2d9352b11 0.02 MB 45 75
253,125 253,125 000000000000004fa261dfd81b2a7a31feb1c0de83b15b4cddd63757658b0406 0.17 MB 345 108
253,124 253,124 0000000000000036b84621e0a2c1ba38b8ccf2e4a71b50fb30eba4a7bac4e379 0.21 MB 483 123
253,123 253,123 00000000000000227d33ba1a44b834abad95cf372895edf294b373308b6bfb7e 0.16 MB 340 96
253,122 253,122 000000000000001310b7c445a198cea4c8b044fea455858bd9d2fca87aadfa7a 0.25 MB 528 125
253,121 253,121 0000000000000046624515a518538c34dc492da37cc895f24fe3bc538165d4ff 0.15 MB 295 68
253,120 253,120 0000000000000004c12da227f546166e50aaf1c01b233187b2e5b224193649ad 0.06 MB 112 103
253,119 253,119 00000000000000232dcde9ca467367851075c8226fd9e44bce561d99b8f013ef 0.07 MB 137 56
253,118 253,118 0000000000000044c840eb15a2748535060bedb3ddd236c9faecf28ea994b421 0.50 MB 1,167 123
253,117 253,117 0000000000000052d3cfbe5849c63ce0eb86e8bbfd220de3f2c74fd7d825478c 0.22 MB 478 160
253,116 253,116 000000000000001e78a8449929efefaacd9dc131abb7b3963845f7654efe4f81 0.20 MB 521 135
253,115 253,115 00000000000000263694dd6d9388df4f3c6a733869bb4cf24fa57f6eff64d10d 0.01 MB 27 110
253,114 253,114 000000000000002e1b3fc6bdc27a71326f7abcc1af40d838961512a867f315d3 0.13 MB 316 131
253,113 253,113 00000000000000402f6d808995c491daa40f8f18d4401d757ecde4dd8b8c8874 0.05 MB 100 103
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.