Loading Tool

Explorer IconExplorer

Memory Pool

76,288 transactions
30.50 vMB
0.12822928 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt 1d622b9837a8f188352c1ed5ba67ed7f9069b702bd102220bc81b9daabe17bc1
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 339d5f8c6659b36a814a1bf22b8bec44d0a355d2f764fda621fa56f3d8c48839
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,308
Size: 1.00 vMB
Total Fees: 0.04617960 BTC
Feerates: 150.36 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (272,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,566 642,566 0000000000000000000f5d95f9bbc8363e2b4ccca909c0f86398971a22ea3047 682 1.00/1.00 vMB 34
642,565 642,565 00000000000000000007908a9162b6a57db90b62edab359aae779d9be0978e54 276 1.00/1.00 vMB 9
642,564 642,564 00000000000000000000293de9f57f7f9398e539c7a69ed2b2b127c0b358433f 1,631 1.00/1.00 vMB 123
642,563 642,563 0000000000000000000815635888206b2278506ecce099a4880cd3b87c61ceac 821 1.00/1.00 vMB 14
642,562 642,562 0000000000000000000013e7e8dfaf19917462a1513bdc2168b078e9972e6339 2,419 1.00/1.00 vMB 35
642,561 642,561 0000000000000000000d1417cc8a6e521bf67b3bef0c1504f9afb0c92de7f8b1 1,493 1.00/1.00 vMB 38
642,560 642,560 00000000000000000002965c2ccdfffc885269efd7b38b6185d6cfec585de302 1,862 1.00/1.00 vMB 88
642,559 642,559 0000000000000000000400f6bd5cb0bc6b1bb8b17db9f82ad1a0d35b97a83371 1,473 1.00/1.00 vMB 21
642,558 642,558 0000000000000000000485e3404e694eddbeaf0bd64e439bd6d4cdcb2f8c036d 2,828 1.00/1.00 vMB 76
642,557 642,557 0000000000000000000e45f573aba703c73ab058495b3c53157ffc5e07e46136 1,976 1.00/1.00 vMB 70
642,556 642,556 00000000000000000005beb71246c34a52ba47d1f0f8f6d7d42f54d9fb1d88ac 2,744 1.00/1.00 vMB 144
642,555 642,555 0000000000000000000284bb99e44b61b6d0991031f814c206c4867344eb6b0d 3,056 1.00/1.00 vMB 39
642,554 642,554 0000000000000000000b31c9a8cc8141f68766f96711b0c50595fa6d03947baa 2,115 1.00/1.00 vMB 35
642,553 642,553 00000000000000000009058a3055709ed9bc031371cd6a55cabc6da612b24664 1,939 1.00/1.00 vMB 99
642,552 642,552 00000000000000000005d092660a06690521038af4606155dc070bcb4952ad6e 2,717 1.00/1.00 vMB 143
642,551 642,551 000000000000000000047bf3cf73e0f40e6dd668019090f07e7ef9f7d38be80a 2,023 1.00/1.00 vMB 45
642,550 642,550 000000000000000000008b5e5fe1b89f48f0e1f59fa08adebec2da58d4572095 2,035 1.00/1.00 vMB 22
642,549 642,549 00000000000000000009ea9e0fb76207379fba18b9bdcee1d5248e83c064abee 2,659 1.00/1.00 vMB 104
642,548 642,548 00000000000000000007c488aa8df2fb7c69212607143f4687299221c2e3a905 2,762 1.00/1.00 vMB 155
642,547 642,547 0000000000000000000e419eecf3444f01416c9537ec4a368e4bb8af2efea42c 1,622 1.00/1.00 vMB 62
642,546 642,546 0000000000000000000cfca60731d9ef74fed0672c80b2a4eee5f42b5ba6e5c1 2,439 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.