Loading Tool

Explorer IconExplorer

Memory Pool

80,564 transactions
29.92 vMB
0.06868079 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 43bc71c4d1ae70b9c212d73b62b68561414f7c141f73bef929490b78fd8d7194
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root d6810a396dac5edfbacdcbc91877757bbd7c2a15fbc7e21e14a0b6b22a8c182d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00765275 BTC
Feerates: 33.23 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (48,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,809 866,809 00000000000000000000e1c30f6b0246b369e4d91be9292c28d348f8ee6d96de 6,359 1.00/1.00 vMB 18
866,808 866,808 00000000000000000000022dcca329221187b83a8eb7cfb93b878f62cdcdd885 4,767 1.00/1.00 vMB 19
866,807 866,807 000000000000000000011c58d06536d2c1453a4742274efc2d4456921f027e98 4,676 1.00/1.00 vMB 20
866,806 866,806 000000000000000000011cfe7119d85acbc791e5c25cd3ea99ad67bb87c65adf 5,981 1.00/1.00 vMB 17
866,805 866,805 00000000000000000002113c2108174c0550bec7f3737b78191335a44cc338ae 5,645 1.00/1.00 vMB 19
866,804 866,804 0000000000000000000248d736af793bbfcad5541979858c61aa9a882573b67f 5,760 1.00/1.00 vMB 18
866,803 866,803 00000000000000000000bb6ab65c7d67ac6001c33fb50a95d46ecc9786a7fac9 4,297 1.00/1.00 vMB 22
866,802 866,802 00000000000000000001e0f2eb6198668dfd443e77939aef6617142b9a230f9c 2,995 1.00/1.00 vMB 19
866,801 866,801 00000000000000000002fbac49291329bb2b3ee40ca010265fd8d33aae49c388 4,859 1.00/1.00 vMB 24
866,800 866,800 000000000000000000023bc466f6d7d4395b482b7e56f6f8d2a299dbda9c4fac 4,181 1.00/1.00 vMB 25
866,799 866,799 000000000000000000018785de91a879d134ad6c78989fa3ba057be2d11a3583 5,614 1.00/1.00 vMB 22
866,798 866,798 000000000000000000028ae70db68c7f1a3bff2c1263a2468da5239a52c64dfe 2,177 1.00/1.00 vMB 16
866,797 866,797 00000000000000000002d24f0cea66961fb720675fdb539a80c1ea0a50e51665 3,742 1.00/1.00 vMB 18
866,796 866,796 00000000000000000002c18fce78f75afa73e15ad09b7badb1b28a06e998a553 5,686 1.00/1.00 vMB 16
866,795 866,795 00000000000000000001e03cbc848cf4bc14de325e215117754fa4c0600cfb0c 3,856 1.00/1.00 vMB 18
866,794 866,794 000000000000000000007fd0f3084e3c96de3647390f0c35e80a53b507fc306c 5,685 1.00/1.00 vMB 16
866,793 866,793 00000000000000000000b7e506f5cf43fd1cb5a32fa439664222b5aaf46c1a10 5,540 1.00/1.00 vMB 16
866,792 866,792 00000000000000000001987a9694b7c8e890f16881d45b28138c27ee4eb09b77 5,516 1.00/1.00 vMB 17
866,791 866,791 00000000000000000001159d03cf856412c3ccd6c73467b3f87f0fb42a91ee8a 5,743 1.00/1.00 vMB 16
866,790 866,790 000000000000000000020dc4db28ea6b63b56c147ea40b6c48c4a9ea058ed2cd 6,094 1.00/1.00 vMB 16
866,789 866,789 0000000000000000000287cac29811a17e163ffab03f67049ab3b4ff5047f6d5 4,256 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.