Memory Pool Memory Pool Refreshing

8,384 transactions
3.83 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,050 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (768,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,733 138,733 0000000000000881d9b7b3d29bad1a505eb9cd1a3bc958072f21e25abe498734 0.01 MB 20 284
138,732 138,732 00000000000004f9bfa7a3130251cb7874e95f1f6cc48c3aa72400c201ed7a85 0.00 MB 9 50
138,731 138,731 000000000000023bffab99c5c4d835cd7be3928fa612bd5faebcf71413c18e46 0.00 MB 7 970
138,730 138,730 00000000000000b304675f48f1584ec65685155684e636f3070e9b41b57ff1ab 0.01 MB 19 407
138,729 138,729 00000000000001be4f1313784cd64957e264c53306fb398f9b77fddbf8a05cd1 0.01 MB 32 82
138,728 138,728 00000000000008e02382019caec5352e771f5dd59833d1463190c0ff7484f6fa 0.05 MB 156 183
138,727 138,727 00000000000001db446971694a2c25f3623187ab66e82b073b41637e5a77b02c 0.02 MB 38 63
138,726 138,726 0000000000000027c4ab0259967bbb2dc6a58ab74b6b48c8179b195ce1b73b7a 0.00 MB 9 461
138,725 138,725 0000000000000798115f302cb5f71cfc4146b0f21b61f1461537e91dfe28483c 0.04 MB 92 545
138,724 138,724 0000000000000821cc0f4ff9c3ef6d5bb69802641032883de665b378feb6d922 0.01 MB 34 107
138,723 138,723 000000000000091786681b0b04d9cd6dcad39e10ea6ac392404bfa5df1020d1c 0.02 MB 49 446
138,722 138,722 00000000000008aec368e04f41268fcf796b2c75f6ce72e3430d45f047adfef5 0.02 MB 23 194
138,721 138,721 00000000000001305503800a3fb99d1b03a798512597c227a67179415413f888 0.01 MB 31 59
138,720 138,720 0000000000000812f9c62463492ca5d2a8b3e584f81872e854b711975bf02671 0.00 MB 7 377
138,719 138,719 00000000000004a05913f2faf7e55d409102d575e7b281f4ae1a312aa7b6ccb2 0.00 MB 12 285
138,718 138,718 0000000000000083eecb996c0d727d50923023de5796a453f28b53f169a36282 0.01 MB 12 140
138,717 138,717 00000000000000e3ab5d59738ef05b621421a87d4e6cc0c94eeafe74a6d1fa9a 0.04 MB 80 191
138,716 138,716 00000000000008c51f660e182f4441d406663cfa6002f6a4d2a73977d33e4698 0.00 MB 3 193
138,715 138,715 00000000000002a3a4d470e7bd352f465c9a6dc33c4bafbcd9cf2a8f1ebf7cc3 0.03 MB 123 48
138,714 138,714 0000000000000908a80a2602da56a3eb7f16f7dd98ea6198393920269e35a453 0.00 MB 4 0
138,713 138,713 00000000000002f354cfbf9db763c97ccf55e8c0cc3b725e4d01e2ef73525db9 0.01 MB 26 132
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,624.93 GB sent, 93.01 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.