Loading Tool

Explorer IconExplorer

Memory Pool

28,389 transactions
17.84 vMB
0.04065053 BTC
Random Selection Loading Transactions
Max Size: 93.88/200 MB

Candidate Block

Mining Attempt ed91eea64ec17a0672ea6205d1450ca17504980df577296ffe9a93f7c2e7130b
Version 20000000
Previous Block 000000000000000000005b8e0d83987284c949fe1b5a37249d508460e17cb30e
Merkle Root 7ec6e7e7e9f4c91c1014ca40f9d14aff817a2d6aecfe68982ef109f8ecc1fa85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00751638 BTC
Feerates: 52.19 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,143 (277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,866 913,866 0000000000000000000188e1b7802ded39b86edf0fd2dc3cb8cc2a0fe079d210 604 0.17/1.00 vMB 3
913,865 913,865 00000000000000000000a12314cf770f4d84c17c3c68763619b9766c3bcf5f7f 3,622 1.00/1.00 vMB 6
913,864 913,864 000000000000000000000ef1c9db2f006859af34c284a088f4666400a52b05f3 2,924 1.00/1.00 vMB 3
913,863 913,863 00000000000000000001947b38074da3ceb25843f57db9fcbda979a19d94bbc9 3,867 1.00/1.00 vMB 2
913,862 913,862 000000000000000000003ca9f8a38a97b15597546f6dd44cc0ec1bb25792e373 3,383 1.00/1.00 vMB 1
913,861 913,861 00000000000000000001774bb30d652a43dcb57b35aaa9f52b82a4c2429d8e66 1,152 0.99/1.00 vMB 2
913,860 913,860 00000000000000000000c4bd2a53997503a7711c900883a51e11d66e84644875 3,597 1.00/1.00 vMB 6
913,859 913,859 00000000000000000000f7ae1989c423172433aab8aa0164f9fc85fd74ed7f44 2,601 1.00/1.00 vMB 3
913,858 913,858 0000000000000000000003121466754aa8efa1ab2c3afdf2eb6756fefa30c197 2,847 1.00/1.00 vMB 9
913,857 913,857 00000000000000000000e270eedc811b2cf96bdf1a6887562f198b9c120fdf01 3,661 1.00/1.00 vMB 3
913,856 913,856 0000000000000000000054416b5788309313f5515b63174f6d7dc6803553167b 2,548 1.00/1.00 vMB 10
913,855 913,855 000000000000000000007fd1b4d387f392925323af307b394a90d32e658feee5 6,018 1.00/1.00 vMB 1
913,854 913,854 000000000000000000002b368d85315f006d2142f35ce0db1e24f06c3f0b9b49 232 0.08/1.00 vMB 5
913,853 913,853 00000000000000000000556d8dcb11de99a586774ce48d66eb1e2d63ce782c61 6,922 1.00/1.00 vMB 0
913,852 913,852 00000000000000000000ea93f02a24a082840d8e76069a59ac35e95fba7c1f43 3,315 1.00/1.00 vMB 3
913,851 913,851 00000000000000000001e9dd6040fa9baa2d95e68c5e348ae2af117ea9739e30 6,050 1.00/1.00 vMB 0
913,850 913,850 00000000000000000001b6566cbd9d195c2137d7d663fd814f3a14ecd31d4e5c 1,557 0.38/1.00 vMB 4
913,849 913,849 000000000000000000007347c597f7848ee39f401b19d508d5eced057cb49f82 4,956 1.00/1.00 vMB 0
913,848 913,848 00000000000000000002109d4a8217c40912b632d92c226fa42d5e86460ac10d 3,765 1.00/1.00 vMB 6
913,847 913,847 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302 2,612 1.00/1.00 vMB 4
913,846 913,846 00000000000000000000cbdac36e7af7ed520b8f9918c7e2f6caa0c85569ad11 2,306 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 780.85 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: 562.95 GB
    • Received: 7.50 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.