Loading Tool

Explorer IconExplorer

Memory Pool

21,423 transactions
13.27 vMB
0.03180083 BTC
Random Selection Loading Transactions
Max Size: 76.72/200 MB

Candidate Block

Mining Attempt 84f89d3cf0e0934b440ee683da723826c73d1bc061f6ee3ec7d21187ab52f3b5
Version 20000000
Previous Block 00000000000000000001d336212f9607447854b47eb9158422f461fc770fd8b3
Merkle Root eaea2d4455d75473ee88e1056af6abb4dfe5174a6ce27951b1b942f6dd0a128f
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,597
Size: 1.00 vMB
Total Fees: 0.01717621 BTC
Feerates: 151.87 > 1.72 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,628 (47 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,581 938,581 00000000000000000000ea855d2782b87b84e21cb99da9794ecbe8ddee89034e 3,087 1.00/1.00 vMB 2
938,580 938,580 000000000000000000007b6686ebdaac5d80707c4761abad66cc9915a142eac0 669 0.22/1.00 vMB 2
938,579 938,579 000000000000000000012ba303fdfb05983d19bab98cbe52f365f03c0bdc9ee9 536 0.13/1.00 vMB 4
938,578 938,578 00000000000000000000288f3ef9b2d36b4cd8d6f87ccc9dc04a080b7138a632 2,884 1.00/1.00 vMB 2
938,577 938,577 00000000000000000001c93d109cc4acc8c4cca2bbdfbc0d3356c5e79088ba78 4,205 1.00/1.00 vMB 0
938,576 938,576 00000000000000000001b6898323b6081a03b9f2ac823de0352bcf677a865493 2,799 0.99/1.00 vMB 2
938,575 938,575 0000000000000000000075e1f7de5bc8eee8d75b28f06c6be45ddd53b2cbf4f7 3,566 1.00/1.00 vMB 2
938,574 938,574 000000000000000000004a690f9c20928ce55873c444258dccb1e5e4cedf9a9d 2,341 1.00/1.00 vMB 1
938,573 938,573 00000000000000000001dea69f7055a229073febe27e114d24e7689127a7205c 2,900 1.00/1.00 vMB 3
938,572 938,572 000000000000000000001e7b74c955c61ecfc25d58e25995a0e0cb5fd68f3490 2,740 1.00/1.00 vMB 2
938,571 938,571 0000000000000000000125d824d57919da060f41683f8026effb2b87fa5f7630 4,218 1.00/1.00 vMB 4
938,570 938,570 00000000000000000000469e6f197a91fefbaf3ec92e6bb73e5b7b5e5575fe20 182 0.23/1.00 vMB 1
938,569 938,569 00000000000000000000c6f8f35ea454db0b066b2088718ee319d0703078d5a2 4,588 1.00/1.00 vMB 0
938,568 938,568 000000000000000000019cc1d5f3c6dcd16a6e25a2b19c4f8c3d1be3180d6415 4,190 1.00/1.00 vMB 1
938,567 938,567 0000000000000000000189e6bd438ce106c0bbad93fa83852197793f945ab49d 2,790 1.00/1.00 vMB 2
938,566 938,566 00000000000000000000dd96b39b8c433ac0919bf9d4e056b272c34ec7f8ad0b 3,491 1.00/1.00 vMB 0
938,565 938,565 0000000000000000000047b6a69f2cabf89e56e1a3e3a8cd68f86f2bbad54dbb 1,385 1.00/1.00 vMB 0
938,564 938,564 0000000000000000000031c1bea016a6ef199377e34455e77c30023a667fa914 3,384 1.00/1.00 vMB 1
938,563 938,563 00000000000000000001d0ce602435200af3e66ea17bfb34542738a416e8e36f 2,630 1.00/1.00 vMB 0
938,562 938,562 00000000000000000000e5583b380b9814f7e138bd030c43ea6a4ccec3db0480 3,499 1.00/1.00 vMB 1
938,561 938,561 0000000000000000000192f8469aa20df4340fcf6354822a00e4a5ef70e9b62c 3,603 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 824.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,131.20 GB
    • Received: 227.99 GB
  • Uptime:

Notes

  • 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.