Loading Tool

Explorer IconExplorer

Memory Pool

25,373 transactions
12.59 vMB
0.05674551 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.92/200 MB

Candidate Block

Mining Attempt 58ef3051dd144b9b8b95f420390cda54bdaaf75e2e7728746c095799457873bf
Version 20000000
Previous Block 00000000000000000000ad53f42100f4103d16cb72d17c137ec47970d77221e1
Merkle Root 9e36cc4731e736b61a49441087c32e6446fe67cfce4f259d5906a9d8593c4ecd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 0.9979275 1.00 vMB
Total Fees: 0.03239800 BTC
Feerates: 502.65 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,710 (652,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,805 260,805 0000000000000013303dc82d191f0a24ad0e9c0d4ce5cb9d0820dfdd6d9909fb 553 0.25/1.00 vMB 2,805
260,804 260,804 0000000000000013bdffcb4a6d7c31d3cf02f0c2f98e59aecebcc50f19a8340c 73 0.03/1.00 vMB 128
260,803 260,803 00000000000000006f61b55901faa54489ddb209cf674a4d50066ce19bab7e50 147 0.08/1.00 vMB 26
260,802 260,802 0000000000000016a7cf11627d1a9b4be973c543d2814d9d72bae3ecc1da71d8 765 0.35/1.00 vMB 112
260,801 260,801 00000000000000057df55508ed884df487f546fd113862c2dcdcc2435cce6be5 296 0.16/1.00 vMB 81
260,800 260,800 000000000000001495f806b8735dd8970dbfaa41464e9f28d710f36ef7adccdd 217 0.14/1.00 vMB 71
260,799 260,799 0000000000000001576982160e8c615e1232e8319ad3a000c2c57e22b3f56b20 64 0.02/1.00 vMB 88
260,798 260,798 00000000000000012591001db4c977b24f153bea32f2d5076762a3c254063d4f 7 0.00/1.00 vMB 96
260,797 260,797 000000000000000e889c3f6e6f11e38d04d5476883219e2c217dbe26e8cb5467 106 0.04/1.00 vMB 131
260,796 260,796 000000000000001326b7023844f2d8c6c87c0c2d27ec9448384d8d2f2756cef4 42 0.02/1.00 vMB 85
260,795 260,795 00000000000000101cdbf18e6f611d88557b00ce144cdf71e796130253a42208 40 0.02/1.00 vMB 82
260,794 260,794 00000000000000109d93ea782db7ac99e0580a1ba5c652961c92cb8892451416 190 0.08/1.00 vMB 91
260,793 260,793 0000000000000015aa845cf5f4d94404a3fbd9f98b99b65dd9492c406f5c9ea7 23 0.01/1.00 vMB 132
260,792 260,792 00000000000000196d4ddc1bc992e617664ece51852ac88bbb98fc928d371892 78 0.04/1.00 vMB 81
260,791 260,791 000000000000001c20807d05779954129e4d60c30c39cb8613393c6af66aaaf4 384 0.15/1.00 vMB 98
260,790 260,790 0000000000000003ee4472c49fd2e4a6a28815f44ed83328b55fbaddfa434b13 620 0.25/1.00 vMB 112
260,789 260,789 000000000000000270c46e8ee1533ad158918611415e6c3eac73907bd8df1f71 403 0.17/1.00 vMB 137
260,788 260,788 0000000000000005604318042b778290bf2bcea93aff255eb3741350503571fb 231 0.12/1.00 vMB 41
260,787 260,787 0000000000000019ca1c9940db3e02ed9a15835abfafd989ba8251f8be5a36b9 379 0.16/1.00 vMB 120
260,786 260,786 0000000000000006b6e041e21bca996e95aa318404a8ae503e32dd027f680e75 44 0.02/1.00 vMB 123
260,785 260,785 00000000000000086d7362c0aeb5fa8ec14c78610262622f5f962b9963c6e0ac 156 0.06/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 780.11 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: 496.70 GB
    • Received: 3.56 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.