Loading Tool

Explorer IconExplorer

Memory Pool

83,203 transactions
30.69 vMB
0.14438552 BTC
Random Selection Loading Transactions
Max Size: 184.70/200 MB

Candidate Block

Mining Attempt 3694488f078e6f43c7c2763d1a721c8870c057663e8d9c0dbd521b51f69f44d3
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (48,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,811 866,811 0000000000000000000046b1a832f8683635f815ebd3cce82d2110b896265a7a 5,410 1.00/1.00 vMB 18
866,810 866,810 0000000000000000000261982fd049962cb283fe1b1e4a981adc202d98ef75c4 6,626 1.00/1.00 vMB 15
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
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.