Memory Pool Memory Pool Refreshing

1,035 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (282,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
625,398 625,398 00000000000000000012004c4f54c5f3862ee7cc8839472484635bc408a7b15b 0.29 MB 668 14
625,397 625,397 0000000000000000000493f11040c465aabd17164a0d83f827bb8f0729b190cf 0.59 MB 1,292 12
625,396 625,396 0000000000000000000dbdce2c276b689d6d4ed90ecf98aeaaff86e9379fb921 0.72 MB 1,456 14
625,395 625,395 0000000000000000000ff789ae94188e4b033553869464003f8911cc135d46ab 0.97 MB 1,608 7
625,394 625,394 00000000000000000006987660d7782693d13db00541ebd6601d66cb9675a9fc 1.29 MB 2,326 16
625,393 625,393 0000000000000000000910851f8919d8a06ef52aecb1a7587faea5f0970242b5 0.25 MB 647 15
625,392 625,392 0000000000000000000c4b1f0bbc8622a2dcce0487b19419546010ffa1e90c73 1.21 MB 2,712 9
625,391 625,391 000000000000000000047fb0ff266053f94792e7ef69fbba18fa43b007899942 1.35 MB 2,240 23
625,390 625,390 000000000000000000112adcf73a6fb3417587c9153d1a55e4ff74bcdbc6d2e2 0.23 MB 459 13
625,389 625,389 00000000000000000003b9c9cd5863abac7a94bc6728219fb8636347bd05591f 0.65 MB 882 15
625,388 625,388 00000000000000000001180294c681d410a18f0bdee3361aed7ddce03fc3fd1e 0.58 MB 846 15
625,387 625,387 0000000000000000000dd9127fb2245d381113990ed58c79600b3c663e134fb9 0.52 MB 1,116 11
625,386 625,386 0000000000000000000ff6f190aeee98d1cd747a585a78dfca31990d1103db90 0.06 MB 162 11
625,385 625,385 0000000000000000000a7d6ba142b7501f47cc040f477e83ae6763c80d77f8da 0.07 MB 202 20
625,384 625,384 0000000000000000000be3c4b19710f662b96679f496a05adcfa162b8a40840a 0.40 MB 879 20
625,383 625,383 000000000000000000119a8c68afffdb3d0742499cd9db49c274480858e4eaa7 0.60 MB 1,041 21
625,382 625,382 00000000000000000006fa76742ec12709a04b1b5ed5df060b2e225550e0ccfb 1.35 MB 2,898 8
625,381 625,381 0000000000000000000fd337c9e1aceb2ee2a7d77f79ae5a2379f72a401c59cc 1.21 MB 2,382 5
625,380 625,380 0000000000000000000e6d025f6700fdb42ffde5c5477414b853a5d64fbbd919 1.33 MB 3,089 26
625,379 625,379 00000000000000000002042682e6fa5b5c4599af6c4c92a2fa39eec410fcaddc 0.09 MB 218 12
625,378 625,378 0000000000000000000eb741b70fe0a6902276a75a89ea057e699084feef1f46 0.52 MB 1,063 22
Previous 10 blocks ↓
Total Size: 769.56 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,649.25 GB sent, 95.74 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.