Memory Pool Memory Pool Refreshing

9,274 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,200 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (626,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,821 280,821 00000000000000004356913874fa49653038581708df54154f927cb65d78ac9a 0.49 MB 855 24
280,820 280,820 000000000000000124c1e3ec76dbc18d3ae9aebea8d9fda484bd39326c0d2615 0.25 MB 756 75
280,819 280,819 000000000000000215e49930dd46925d5bac911febcaafde6b72aa695d03b80a 0.39 MB 485 40
280,818 280,818 00000000000000011979b1ee651587a868e14442c64ba51e872e05b3ec6d8219 0.20 MB 429 45
280,817 280,817 0000000000000000975a7a0ce08fd0a16d5b2e66a448d7d2cc05cb2496fce187 0.15 MB 284 37
280,816 280,816 0000000000000001e1bc312362b287ec23c00436022505c94be42a310a73150c 0.15 MB 262 48
280,815 280,815 0000000000000000f9dc7ffb2319a540a1cec998f1e9efd80fb820b7d0751918 0.04 MB 72 31
280,814 280,814 0000000000000001abe7e538e889ac6644504484b1cd1bd3f18376d3e110f5a6 0.05 MB 64 15
280,813 280,813 00000000000000011ac20690407111ea1d3f23c9c04d255a9752c0cd836069d0 0.10 MB 63 3
280,812 280,812 0000000000000001229e225bc840a2e5aa25b281740a09eb224bd60ca302664e 0.04 MB 46 11
280,811 280,811 0000000000000000e77d086f48c2ae82c5ca40c8bb56643b54794f94fb4a2e3e 0.14 MB 267 23
280,810 280,810 00000000000000013f8e43868d26304a30841ef427856c1672590cfd1abaf468 0.03 MB 87 182
280,809 280,809 000000000000000151bb66a7b1ae58909f740ebac4314398e6de4f9430b74dc5 0.43 MB 891 45
280,808 280,808 00000000000000012a74d9b41fa76a1878bb51f7b2c782f055d30f36d21c6b81 0.25 MB 450 53
280,807 280,807 000000000000000263e91bc2befa8c7461d2381f4f136e159b19292a5d410fd8 0.50 MB 1,278 60
280,806 280,806 0000000000000000d34dbb22d039ae58092ae9a731b02b641caab8a41c5208b5 0.21 MB 479 45
280,805 280,805 00000000000000007939d53cc158bf317edb12c10587d93cd2788c9529031648 0.02 MB 31 20
280,804 280,804 0000000000000001eb39d65d7edd5b6d50bb36435a049d67098a02ee731cf51a 0.11 MB 215 44
280,803 280,803 0000000000000001028c7a77fedc7bd6937579fa02b54d616504d5cd28938718 0.21 MB 435 59
280,802 280,802 000000000000000002622008c3d7073924414f7cec01fb59c94bd8220f6a1e3f 0.24 MB 539 53
280,801 280,801 0000000000000000a94cffb8d128412c90168bea85c545d854cbe869eac63e40 0.00 MB 7 30
Previous 10 blocks ↓
Total Size: 768.95 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,614.32 GB sent, 92.56 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.