Memory Pool Memory Pool Refreshing

4,111 transactions (0.99 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,150 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 4,100 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,149 (855,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,019 54,019 000000000c0c8f573d4c10e1de183c68214de14fcfc5e4c81b7ad6d87c90ae9a 0.00 MB 1 0
54,018 54,018 0000000006924fa6259c9dbdda7a91a216cd03d169466956910b4f3a1ed775d1 0.00 MB 1 0
54,017 54,017 00000000003d5971db3a61a71d4854640c5f2173aebc0fc6be07addafc98a282 0.00 MB 1 0
54,016 54,016 000000001073881570aa4162c18439565fafcb96d5a255ee6e2c219a323109da 0.00 MB 1 0
54,015 54,015 00000000155c428561c030a6dcac4d0c28b3b32e2d496b50e0201fb17682a5a7 0.00 MB 1 0
54,014 54,014 00000000148bdf8d3b70dbb7ed9665a73258ad8cf979028e8950df3c237bfecb 0.00 MB 1 0
54,013 54,013 000000000db4ef84a70d6df1b740215fdfece53842e1510a1a637e94ea6f055e 0.00 MB 1 0
54,012 54,012 0000000009d56c5a3fe32f98bc95a53fccb42dbd37d542ef6681697b2214ba78 0.00 MB 1 0
54,011 54,011 000000000eff76af4c354c6a5e6876584da1ad3dd238dffdc9096786a2f59470 0.00 MB 1 0
54,010 54,010 000000000ec165b3e1536d232165e6d865675212e88bb88c896ddd014cfbea61 0.00 MB 1 0
54,009 54,009 000000000939039d9542f1a01cc2d29e25089b0f2e59c372cc698882852087da 0.00 MB 1 0
54,008 54,008 000000000af7e0898acd5ef0cd5d03806d346d459f41691e16173653c8bf7550 0.00 MB 1 0
54,007 54,007 000000000fed4a0f013728228daf9f6ca34f882e88107b6f116dead3b7938f0e 0.00 MB 1 0
54,006 54,006 0000000000d7253adacc2ddec37230c374e64fe40c5355e8509899135149bd9f 0.00 MB 1 0
54,005 54,005 0000000014532a817cd31a667f79f883288a5c739dd451bedf1aec4be6face19 0.00 MB 1 0
54,004 54,004 000000000e9761fd7eab733d497a7fe5687fe4eccc52f6bc0817999695644881 0.00 MB 1 0
54,003 54,003 0000000006ac4aba898d015f862f67a6a010619180dd1ec152624236ca8e764c 0.00 MB 1 0
54,002 54,002 0000000012945bd3bea03e5917acc11aaddf0f4db93f89d8bfc54f9c5f3df4a3 0.00 MB 1 0
54,001 54,001 00000000100403d4ad879391f3fe2d80f2936eb2dd6389b81ade62ca6e3dd0bd 0.00 MB 1 0
54,000 54,000 00000000144197f54afa21ae7db2bc93eee604432101fc0ebe7966a52bb27e61 0.00 MB 1 0
53,999 53,999 00000000111273f39a00ec852fbdb3cbbf9ce712f7fac78db683b9fe42a4c3db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 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,958.13 GB sent, 106.70 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.