Memory Pool Memory Pool Refreshing

7,889 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,609 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (544,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,479 363,479 00000000000000000409e64a01cda4dc6ecf926c110198cb8839c6edb61ffecc 0.63 MB 1,287 31
363,478 363,478 0000000000000000109abb6927d4d4ac0a79c2b426f18a066ab98d4100046d87 0.37 MB 767 30
363,477 363,477 000000000000000011dbde95271dbbaed749e34a3d98a4b6d7064a830116d942 0.74 MB 1,259 24
363,476 363,476 000000000000000001a71eaea0f11df9be49ed093306681500da2c9cc3bf1c4e 0.73 MB 704 7
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
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.13 GB sent, 93.02 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.