Loading Tool

Explorer IconExplorer

Memory Pool

74,663 transactions
27.66 vMB
0.07572745 BTC
Random Selection Loading Transactions
Max Size: 168.51/200 MB

Candidate Block

Mining Attempt e1bfe696c2aa11c825ae3e01f2724b61e3d9c6d22c1c6063b243bf6fcb3e6e2b
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 3d4575d68c975afcacff439b7ea6da005d2e60755e0fa565a21bc14f268221eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,857
Size: 1.00 vMB
Total Fees: 0.01664567 BTC
Feerates: 402.60 > 1.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (350,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,810 564,810 00000000000000000004ec3768257fad1d4f390bfd6b503f1f045695ae018fe2 2,228 0.63/1.00 vMB 12
564,809 564,809 0000000000000000002c357d281f32d52e536f39cd8d8dacdb947cc966cc0a37 2,601 0.81/1.00 vMB 20
564,808 564,808 0000000000000000001683717129f571d1ae71080fcb7e3ad58aab008769fcaf 1,855 0.53/1.00 vMB 16
564,807 564,807 00000000000000000001a42025c1aec97452c2cfec2bc4a33df08f4104336822 240 0.08/1.00 vMB 19
564,806 564,806 0000000000000000002746e833403ac74815a2de7e68e22545f092dedb9f73b6 2,545 0.76/1.00 vMB 4
564,805 564,805 00000000000000000006ba60039433177a0bbcd11951836b8ca0fb5afa202281 3,162 1.00/1.00 vMB 14
564,804 564,804 00000000000000000008f877bf886da3d82ec566ca187286b023183db56d5623 3,095 1.00/1.00 vMB 38
564,803 564,803 0000000000000000001e1a1b7274db3dba44eeef79b3c8f4e5d2c44b31e43b91 84 0.05/1.00 vMB 4
564,802 564,802 00000000000000000014c75d783bbc3f0ff1a5aaea260526a8a4d5b21e8fe645 3,245 1.00/1.00 vMB 13
564,801 564,801 0000000000000000001c5feb3baf2014c47db887e7d3cb3b1fd1147e1de1d277 3,423 1.00/1.00 vMB 13
564,800 564,800 00000000000000000010b5ded3990b193dbc359cb5525a2e95e94491f1dea590 3,130 1.00/1.00 vMB 27
564,799 564,799 00000000000000000020ce9859734b1fa1b7319b8f508716b9ed383f0c88bc33 2,543 1.00/1.00 vMB 18
564,798 564,798 00000000000000000006d3fe68c82aaaec89d5182ad4edc271ef515b68b9277f 802 0.25/1.00 vMB 15
564,797 564,797 000000000000000000095e65b95e7246f9381744cb0e6095e5a40bc0ded9954a 1,579 0.50/1.00 vMB 11
564,796 564,796 00000000000000000011255baca1d75caf408696eb00d074bdc2d2ccdcefb631 1,172 0.37/1.00 vMB 12
564,795 564,795 0000000000000000000ca15937f920b4c5da00ea7b71f0c92a3c662fe339c7ef 1,696 0.93/1.00 vMB 19
564,794 564,794 0000000000000000001b55f63127b9802b5fadebf5daaf4e35bc56b02b1eba75 464 0.16/1.00 vMB 24
564,793 564,793 00000000000000000015464ee95dc1edcc0f78fb56be07a4a5e17e5a5384e3a5 2,344 0.73/1.00 vMB 20
564,792 564,792 000000000000000000247b63e5a06ca64d854d7c1caf122639e37e77ea6d9aca 2,233 0.73/1.00 vMB 14
564,791 564,791 00000000000000000023165bd037ab296da74f9e45897d84463a0a5dc6d81b7b 3,076 1.00/1.00 vMB 23
564,790 564,790 00000000000000000016815e628a34be01345c68fb21c38e0f78ca4241f81b1a 714 0.21/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.