Memory Pool Memory Pool Refreshing

19,331 transactions (5.19 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (8 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,195 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,076 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,194 (855,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,024 54,024 0000000015562b33e5647fcb19e77429e3f84e87c4b6a87a50cbdb320430c880 0.00 MB 1 0
54,023 54,023 00000000148b1c4bb2887b99b13f5e74c0776e7f572cb04c5d65e5fb1346884a 0.00 MB 2 0
54,022 54,022 0000000007b5d7ca884914bdb83544a36cbc9d6e3096fe0dd38e7e04058cf548 0.00 MB 2 0
54,021 54,021 000000001381bc5caa124f2a571d331b82a82fecaa6103be68ebb507a7212900 0.00 MB 1 0
54,020 54,020 0000000015455e5120785fcd863b7f2d27fac1f491e6b29408bc7d78d1e84235 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,998.62 GB sent, 107.31 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.