Loading Tool

Explorer IconExplorer

Memory Pool

36,211 transactions
28.98 vMB
0.10120152 BTC
Random Selection Loading Transactions
Max Size: 143.66/200 MB

Candidate Block

Mining Attempt 7418e2578d90e9c49f6572889bb4aaca9de995dd495837b6a87593f05665c2ee
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root 42d79e17e0d06567c13e91be529a408808d69a426690f5df119b3a29e760fdf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,059
Size: 1.00 vMB
Total Fees: 0.03986176 BTC
Feerates: 194.93 > 3.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (840,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,576 73,576 0000000000a3d8429155f52141a6f0330fc06219623ea6942f2ae5e20621ea90 1 0.00/1.00 vMB 0
73,575 73,575 000000000073246701c25cf011df2978b81c19837d5cf7aad9c4d1de45ed4bcf 3 0.00/1.00 vMB 0
73,574 73,574 00000000001560213671fe1b8108fbfb6fa4a2430ce9f2acb371a482b215a699 2 0.00/1.00 vMB 0
73,573 73,573 00000000002df0981098db2ca72f33ae2536ddeb11f7a940ccd2f44b28517c10 1 0.00/1.00 vMB 0
73,572 73,572 0000000000ba12d43a88f8e15e22d4ae6493f1bdbe785b42bb9511dadb807984 1 0.00/1.00 vMB 0
73,571 73,571 000000000046ea5c285c9586e5c4cdcc74b6c32a5deb9c669ba5ae108ef749d4 1 0.00/1.00 vMB 0
73,570 73,570 00000000008e7a085e68cc03f4491acfa8f143e53b16db380dc0d84844f65d0a 1 0.00/1.00 vMB 0
73,569 73,569 00000000007f0ffae2119945eff467a065df04deea334e5467bba4ef99e04fbb 1 0.00/1.00 vMB 0
73,568 73,568 000000000007f3db33aaf4f7965cee3e8f0257d6cef3b149e4d3bbe47c5f22c4 1 0.00/1.00 vMB 0
73,567 73,567 0000000000503cf2a2cfe1f4aa25e09714bc8f006ec9354b13364177c2dcbc2d 1 0.00/1.00 vMB 0
73,566 73,566 0000000000ab4725cd5f4b8211512fb778c44eb0df76c9a6be4c3232a091c6b9 1 0.00/1.00 vMB 0
73,565 73,565 0000000000753809e9a9405f834725b99743d6a86a4e9e243390b26c13f28063 1 0.00/1.00 vMB 0
73,564 73,564 0000000000716c0c09e36a7e62b83b28edd30b7ee5a581b7974045586a7c0b16 1 0.00/1.00 vMB 0
73,563 73,563 00000000006329f347e58e05b30bb3f3ea8f9b7d5313a2db6fde7e591235ae7d 1 0.00/1.00 vMB 0
73,562 73,562 00000000004f6951738659551e5526d2b7352500454141be9f94e6f2949fe6e7 1 0.00/1.00 vMB 0
73,561 73,561 00000000004bd8886eb704395bb48753fb45f0e42a9518b406731812c5667ff3 3 0.00/1.00 vMB 0
73,560 73,560 00000000000f5c2adbe935cae200c53ffb525ec057693cf0b2d48b30429ccd41 2 0.00/1.00 vMB 0
73,559 73,559 00000000008b979ee3f51ed93bead8ecba9628f04aeec33c2cfa688c268e6107 1 0.00/1.00 vMB 0
73,558 73,558 0000000000a53343dd7f14ec1ec6b34d5944fb524323cef2598fbb28831c0762 2 0.00/1.00 vMB 0
73,557 73,557 000000000023e16d303d91083cd1cf7dfba93130252a50693bac3c75013b3dfc 1 0.00/1.00 vMB 0
73,556 73,556 00000000001f7ece073d868ae35c738e7ed93424c0a5122adec7574e642e7fc1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.63 GB
    • Received: 11.03 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.