Memory Pool Memory Pool Refreshing

6,497 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (466,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
441,543 441,543 0000000000000000037617fdb837d2f1b1bec4e1cf5685555b8019b45da56b66 1.00 MB 2,976 86
441,542 441,542 000000000000000002525a23edd2ff12cd0da0b1bf2cefcaca5d1abfadfebdf5 1.00 MB 2,113 82
441,541 441,541 0000000000000000003f5817e492966649a1a5f67059c693eaf3aa21b808d2d7 1.00 MB 1,925 79
441,540 441,540 0000000000000000036a242233c9440720ac968eae8fa9a15ded70b692b17082 1.00 MB 2,304 105
441,539 441,539 0000000000000000012b266b5580216b1b866484fd95dd66a3ac9b1b983b971d 1.00 MB 2,111 126
441,538 441,538 000000000000000001979be2e439323605c13e5688b1bf2bd6858d33cf7e2cbc 1.00 MB 1,905 95
441,537 441,537 000000000000000003801d34a1dea7fb73880009f6f43495631bde6c5f49664e 1.00 MB 2,015 108
441,536 441,536 0000000000000000005513539c2c3848666e20b56754a3548bc028599257deee 1.00 MB 1,972 90
441,535 441,535 0000000000000000033294d7ad8c627857066e24a1a113872e807d44c95fe59e 1.00 MB 2,401 106
441,534 441,534 000000000000000003aeb5192147554cb2d3b660f7088366d3ec02d05fbe4292 1.00 MB 1,850 77
441,533 441,533 0000000000000000028da646478141d838de4fc8876802178278e4f409d4a943 1.00 MB 2,781 119
441,532 441,532 000000000000000001522e9161d3968e99cee04f3884e9fdab0e399d193fb124 0.00 MB 1 0
441,531 441,531 0000000000000000037162297817e6ac8ca04f7e9f377a662a5a977b74cb07a1 1.00 MB 1,793 73
441,530 441,530 000000000000000003d1682f263d4282aca9eaecc9c11f2c7f6142b9a533dd36 1.00 MB 2,295 89
441,529 441,529 00000000000000000166707ce1818482e5f47b2b75af95774940bd428284daed 1.00 MB 2,401 68
441,528 441,528 000000000000000001dd514a8770d4f87059646508cf98d035f410fde9a81764 1.00 MB 2,282 98
441,527 441,527 000000000000000002d10d6597d0a5aae68d14e18902caf421f12e04590ea2c8 1.00 MB 2,841 85
441,526 441,526 000000000000000002d193bbf2d1e06a0f8111e5f512a50fa05b282d52cf9398 1.00 MB 3,106 85
441,525 441,525 000000000000000001e4889196182b1da489cc8a0114a6913f6f37a925014dba 1.00 MB 2,880 75
441,524 441,524 0000000000000000025b0381dbee7685016429eb63bf41356451e253d108aff4 1.00 MB 2,850 81
441,523 441,523 000000000000000002b666b9275dabf0b5690d9736021f641a837dc0b2fc25a5 1.00 MB 2,823 75
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.