Memory Pool Memory Pool Refreshing

22,804 transactions
36.11 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,122 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,121 (498,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
363,475 363,475 00000000000000000cad77d554d239cc9e8b001128ff6e773af1fcb367a82fd3 1.00 MB 1,888 33
363,474 363,474 00000000000000000db66251edb00dadbec9f26a46e2547bb0fa2b74714879cb 0.93 MB 1,628 26
363,473 363,473 000000000000000010ada915e9f72ae34f2f62fa78e3482ed5f6fed3e33cd13f 1.00 MB 1,764 29
363,472 363,472 00000000000000000ac55e81edb4e7ec2163f5411342cbe498fdd16f57177143 0.75 MB 1,388 28
363,471 363,471 000000000000000006c589da2b94e680fc11824572740f06cee53a116259bc2d 0.93 MB 2,582 42
363,470 363,470 00000000000000000f04c0d7655cd168abc5f2e73c5c1268c50381c730a77242 0.75 MB 2,381 53
363,469 363,469 000000000000000009be7b4bb13e9c80edb5626351219aea895161e4f6cd461e 0.07 MB 128 24
363,468 363,468 00000000000000001332367b1ae96f63393c7fdb3cab5af3ebc638442e579ba4 0.51 MB 996 33
363,467 363,467 0000000000000000019f8a33388019618b9f60135653db2a5a476dd40c1ff572 0.00 MB 1 0
363,466 363,466 000000000000000005aef61c5cf018d0229fbff545bc6aee74a4443c50b23a08 0.20 MB 376 30
363,465 363,465 0000000000000000061c24dccd474aa90a30cd543f18875300c665b85e28b1c9 0.36 MB 580 16
363,464 363,464 0000000000000000131307ac51454dd75689424250c7e3fae1651ca3e5d77d3d 1.00 MB 1,637 26
363,463 363,463 000000000000000015e9fef80d12e16b59b64af57b3a0e6f9ac48fe825b6b139 0.93 MB 2,568 41
363,462 363,462 000000000000000004aa89b506f5c9b97e1cb9699ae2f0f1af7e4a3e971524da 0.12 MB 270 36
363,461 363,461 000000000000000015712570ef3d951177f3cefa2533f18cdefdc34fd33b2f03 0.15 MB 274 29
363,460 363,460 000000000000000014acd8a556e32f96f20b840b78eafb1df59f7ad0ba436892 0.07 MB 176 39
363,459 363,459 000000000000000015d2e27353cd1b578885aa496344b374be4cd334a30f06bb 0.24 MB 392 28
363,458 363,458 00000000000000000a1058440f13161fff1cc89611a84c0a70a76235c87e4aa7 0.12 MB 258 39
363,457 363,457 00000000000000000c8bf2890cdf6e387742c5caab76c25e6c9b48b6955bceab 0.16 MB 327 33
363,456 363,456 000000000000000002b52cbda7c8d07ff06191e47f22ca7de9c85087916f9c67 0.21 MB 452 33
363,455 363,455 00000000000000000d87831da29fcd4a4e157d1486340bda853f1cc9dcc131a0 0.38 MB 698 28
Previous 10 blocks ↓
Total Size: 684.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,338.84 GB sent, 100.92 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.