Memory Pool Memory Pool Refreshing

18,205 transactions (6.53 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,414 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (856,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,965 51,965 00000000110ec42f96c3e865f3397783dc418deb3643ba30a8edcad08a7fba64 0.00 MB 1 0
51,964 51,964 0000000016c8b4d21dd075b66bbfd81b6c5ea32c9fb5134d891eca6ecc3a14cf 0.00 MB 1 0
51,963 51,963 00000000169fcdb134dad9c200d9fd11f325527902e1da7ed30f1630adfa539d 0.00 MB 1 0
51,962 51,962 0000000007e8a9b7f86a4af002e582fe2812a76a7f446f3be47996512b8907b0 0.00 MB 1 0
51,961 51,961 000000001851200707415809f98922bf85c2f56406dc27cbaebef85c004e3410 0.00 MB 1 0
51,960 51,960 0000000006b9b064fdb82efc61fd242a947d5ff1eed34076456fb84ec55200cf 0.00 MB 1 0
51,959 51,959 000000000f10130603ca84c671b6732270f9deedc8edfdc3d6d2ea560b3f62c6 0.00 MB 1 0
51,958 51,958 000000000eefbfe27c7b9ba215322c37955addc647a2c240a79dbb39ac737c1c 0.00 MB 1 0
51,957 51,957 000000000fe608d35ba68594acae303b41175669884a3658fce86ae1160ee5b4 0.00 MB 1 0
51,956 51,956 00000000018ba1598018d341323ad257a489f926e34e2fcb48dff12b5cb0d9dc 0.00 MB 1 0
51,955 51,955 00000000147bddb9e5df6d657378253010972d89078a2c4653e07419c69dadb3 0.00 MB 1 0
51,954 51,954 00000000179eccd2a143a6e654517d6104ed434de7e0c6a9dcfcea1388e6ff74 0.00 MB 1 0
51,953 51,953 0000000018158af58679ad1d87c28c1554124ab7e7ce71dda7937bbdcbcd5b13 0.00 MB 1 0
51,952 51,952 0000000000039fe7280a966c7c75922276b88df41a9ad06a5072529bbd5a0fb1 0.00 MB 1 0
51,951 51,951 000000001c42e870d5cb724914dcb8b06a861e35f982ddac5c273a85481cd079 0.00 MB 1 0
51,950 51,950 000000000faf1fb728604e90f61be93101a6c989290896a4f195ad26f03f1c87 0.00 MB 1 0
51,949 51,949 000000001aa5d0ff010cdb854ac83c43ff5f5944bb719c7d6b0318177394d3cf 0.00 MB 1 0
51,948 51,948 000000000f8f73c5a1f4f9d88042be3b9db8ba67c13407c01a841a0cbe2dee9a 0.00 MB 1 0
51,947 51,947 0000000012f495be00be9ea0cda8a0bd68b269f7f9fce760e1de27476b4d5623 0.00 MB 1 0
51,946 51,946 0000000015f7bf0409e3a8702ec0b1f18cc188c079dee0f8ea2372093879180d 0.00 MB 2 0
51,945 51,945 000000000c61b6fa6c01f73be7652b762431dd2a60df213f969f9a1bf1e1918a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.43 GB sent, 104.03 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.