Memory Pool Memory Pool Refreshing

7,345 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,087 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (859,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,014 48,014 000000002f97323d7fbe941df17c3866bd4b636d7ef9a2ce76cc3dcaa7744e48 0.00 MB 2 0
48,013 48,013 000000001c034da20a28527fcfebcf767eb144a23a49b35b260018f38b726de1 0.00 MB 1 0
48,012 48,012 000000000add94b7396c2486bc09b155c563aebdbb3e072cd8df9758e000ca8d 0.00 MB 1 0
48,011 48,011 0000000014fe0372ea7521b3be20564466c2c58979d1552d3e6fbe80c7434732 0.00 MB 1 0
48,010 48,010 00000000118895f804a23a806c8e66f71d6cff6b8c1626512b19e6eac5e4121f 0.00 MB 1 0
48,009 48,009 000000002475a923084ddeadea3c8ed16bc86d5d0e8eda9b7f02de84663742d4 0.00 MB 1 0
48,008 48,008 000000000d8c74d4146cb263f2fb6a2471130f4252beb0fe6698a39b69fa079c 0.00 MB 1 0
48,007 48,007 00000000044b5206635423e1fc65e737f3661493412c4167990c7136fbaadff1 0.00 MB 1 0
48,006 48,006 00000000143103d600619e360b0f822bfbc583d6db3588da8fce0c008b9aa4ea 0.00 MB 1 0
48,005 48,005 00000000211651926890e8b0e883323e9855344d86b72df6fab4f3c1bdb4d89f 0.00 MB 3 0
48,004 48,004 000000000658b2186c1b358d5d0350bd9c31389cb7f6e79dcffc69cd8dbf8f94 0.00 MB 1 0
48,003 48,003 000000001a792f5a470e9444a6c3cf3d0cbe06bd9355b9ce07c7334e3a093cdf 0.00 MB 1 0
48,002 48,002 0000000027fbb9be40cab0c593311cd36de819c844b590e83d8a07682459d06e 0.00 MB 1 0
48,001 48,001 000000002085503169f527995fc46d02a5e33666493c46ed4516dcc0b96fd53f 0.00 MB 1 0
48,000 48,000 000000000f3d40ea2bfa8d779010e52cff4720c072ec4b12ed576cf5cf93c947 0.00 MB 1 0
47,999 47,999 0000000006ec4a68a230b11b420e3ba320c1c3ec03e79cc034d137c55fc0e75e 0.00 MB 1 0
47,998 47,998 000000001ea85ddc2ac93079602855b9151e7fd7f3ebcb8d9950c2cea1d86bc0 0.00 MB 1 0
47,997 47,997 000000002f7b0851d40e9cf11b686879553472a11ea0a787506071936c0fde89 0.00 MB 1 0
47,996 47,996 00000000132d80e09545d09c4198e368e137d900524dfe2de58f481e8f1b3bf6 0.00 MB 1 0
47,995 47,995 0000000002db92b39a72ae2f4d7a33392f35021637cb60bd9fbf8f422953a754 0.00 MB 1 0
47,994 47,994 000000000222e179408bd48a8025446bddba8a3051c2feaec13660361af5f2cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.54 GB sent, 93.56 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.