Loading Tool

Explorer IconExplorer

Memory Pool

74,940 transactions
27.78 vMB
0.07674940 BTC
Random Selection Loading Transactions
Max Size: 169.16/200 MB

Candidate Block

Mining Attempt a2bafc33f255f700e9c2dc193129a9c70e69b1c45f89251c306b05f71d48342b
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 96ac22d86cc61d462000238fc628980c04a7cff7d3320a43149a6da310c6723b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,810
Size: 1.00 vMB
Total Fees: 0.01728361 BTC
Feerates: 480.19 > 1.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (182,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
732,766 732,766 00000000000000000006a3f98db99d55b8104a9c847b492aa685887cc5a73e56 1,478 0.61/1.00 vMB 5
732,765 732,765 000000000000000000097550868d74ce9e8e4dffc10de7a484b6fd779eef42bc 913 1.00/1.00 vMB 4
732,764 732,764 000000000000000000004ede2120aba13da0f080c59103657da3da08ea3ca94d 568 0.30/1.00 vMB 6
732,763 732,763 000000000000000000051da695ff8dfa53e14185ff92cf911ae56473a882e667 1,369 0.55/1.00 vMB 5
732,762 732,762 00000000000000000003985bc07a3cce31abf45002ebc72d85af60481dc8ed92 3,060 1.00/1.00 vMB 4
732,761 732,761 00000000000000000006533feec0d2828a4d1bead1c8f4f0e01001d83fef7fb5 3,287 1.00/1.00 vMB 11
732,760 732,760 00000000000000000001b4d5a3054306d26685f7f7b241e4af21442caeb302a2 1,410 0.47/1.00 vMB 7
732,759 732,759 000000000000000000025e3cb2d0d6c88ad5f8d3d4e820fc5d3abca9e38eaac6 1,833 0.62/1.00 vMB 6
732,758 732,758 000000000000000000099b7b7e11b1fd0cb19d82c9e09513da80dd8db7ec4e0c 2,485 1.00/1.00 vMB 6
732,757 732,757 000000000000000000068a2d205255667e4c5a56e7c241aba16c7059b5466982 3,152 1.00/1.00 vMB 11
732,756 732,756 000000000000000000080d4f3cb56fa181aaac760e81b21da3b60fec036a0384 110 0.03/1.00 vMB 10
732,755 732,755 000000000000000000041f304a252995bcf06fa05ad50d4c7ca1fdc42d65f9d8 2,360 0.84/1.00 vMB 4
732,754 732,754 00000000000000000003c4ddb890ea2357c6fc180a22f3187c1f337d52ce01cc 3,320 1.00/1.00 vMB 10
732,753 732,753 000000000000000000057209cf26b9ee9ed2af4398f777afd4a601adeda601da 1,102 0.75/1.00 vMB 4
732,752 732,752 000000000000000000000a965878c3a226df3e6893829ac66ddfe49434f7831d 923 0.51/1.00 vMB 4
732,751 732,751 00000000000000000000ca7e48e8c7ef67c79c5ce1e5c3eec5da0c3d0f262034 1,464 1.00/1.00 vMB 4
732,750 732,750 00000000000000000005e856147ad6429d89ca5967a5138c99ee93d189702f6e 1,739 0.56/1.00 vMB 6
732,749 732,749 000000000000000000085d3b279863688a79e7fe29cd972953331a13db0c42d1 1,087 0.38/1.00 vMB 7
732,748 732,748 0000000000000000000764e78bf8899d247a2f9a5e48af1ccd187e1fb4036fed 1,163 0.42/1.00 vMB 4
732,747 732,747 00000000000000000007af9b36ba2f0589e0fa9b6cfd1a5c6ffaaf0098d19e4b 2,377 1.00/1.00 vMB 6
732,746 732,746 00000000000000000003cd99426c367d6cfffa4504259b0fddf7f1674678144d 3,049 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.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: 712.56 GB
    • Received: 17.19 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.