Memory Pool Memory Pool Refreshing

18,870 transactions
6.03 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,236 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (630,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,682 277,682 0000000000000002f3aae6cbc769fb118e22a663c24625d9baf242d4dce3ee1e 0.03 MB 69 61
277,681 277,681 00000000000000033c179f1e1e1e40fedb260c82407ed18fa223104621339c72 0.06 MB 66 33
277,680 277,680 00000000000000020d088a10d842f906bdd078488076ec770d85683df82cf98c 0.12 MB 180 32
277,679 277,679 000000000000000133ca9b2314255b6dcdf80376bb819f66f8b3315786675465 0.15 MB 50 4
277,678 277,678 0000000000000002abe236aa8cd0992dfbc97c93f8b9e4a9953f11251f09a4eb 0.09 MB 120 28
277,677 277,677 000000000000000139e54a302540e8a7b4c194b3719dc4d1ecd8b8662831cc41 0.06 MB 60 8
277,676 277,676 000000000000000038627b173536c39590b1c2d6b7332d8b3ba2b6b10934a3ef 0.11 MB 225 40
277,675 277,675 0000000000000003619c39fb2337d64d213323af211d9793f0300a0aa5c9b78f 0.37 MB 644 36
277,674 277,674 00000000000000032af0dbe87d4eb737e97813513a1fea94dd28495079c519ca 0.13 MB 285 43
277,673 277,673 0000000000000000dc0037d39d6de72514c146369ea4026fbb15f2af11301ed2 0.12 MB 146 25
277,672 277,672 000000000000000322c0f927b1cf77215656339542f492c0a9bf31f90aa9796e 0.25 MB 544 46
277,671 277,671 000000000000000106c12996a222dca3f72b56ddfc78a7450cb28ad97df587be 0.09 MB 202 35
277,670 277,670 00000000000000021493c69cc240b91421329685e4e966990e177859add2b41e 0.26 MB 120 15
277,669 277,669 00000000000000034c2f1ac2cf6c6c003b23d35ab5a12f3797639c05c099b3d2 0.25 MB 335 21
277,668 277,668 0000000000000002603bfa292ba207de6427be6e26908aab20b42a44b5ee6059 0.50 MB 1,461 57
277,667 277,667 000000000000000323246f0fc294de95cd2691e63c40c20db427b134bbd55cc4 0.35 MB 201 8
277,666 277,666 0000000000000000e971175a016a758623a5408968f331deaa4ee0fb2ff7ad4d 0.22 MB 399 48
277,665 277,665 00000000000000032b41b621fab1704e58c4a7222a83434fadaa534cd9e36d3c 0.37 MB 817 45
277,664 277,664 00000000000000037e508bd3527be09cd312b76e73b4c4d4326734142528694d 0.19 MB 180 20
277,663 277,663 0000000000000000fa3d17fd30eb71ef5d62346d31c3896f72b775bf56de43cb 0.18 MB 351 67
277,662 277,662 0000000000000001bf261f09fefa47cbf90275a91ba259602b31cb93ef19be0e 0.15 MB 197 22
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.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.