Loading Tool

Explorer IconExplorer

Memory Pool

79,708 transactions
30.95 vMB
0.07039202 BTC
Random Selection Loading Transactions
Max Size: 187.49/200 MB

Candidate Block

Mining Attempt 3b07f27ad8ea654e08e0247ec84ca9043b5078b1e20d9361cc1b6c9fc59514ff
Version 20000000
Previous Block 00000000000000000000714dd5626405ef762615f56971366158ae4e4759dedf
Merkle Root f29b2d171c5f8f6b7a42219c5f48590554fe154db493d7b56b5fe3d3c5d33fb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,115
Size: 1.00 vMB
Total Fees: 0.00383759 BTC
Feerates: 40.21 > 0.38 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,202 (795,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,696 119,696 000000000000a5861b0facc152df2ce1f65886be06abea10103821fa62824e7e 11 0.00/1.00 vMB 0
119,695 119,695 00000000000062f1fcff12f705b038eddaecb002a77ab4896c1307ad156c6b9a 11 0.00/1.00 vMB 0
119,694 119,694 0000000000000810ece61375bacd6e8565cb71b0501a416a05e3f14b98dc8081 13 0.00/1.00 vMB 293
119,693 119,693 0000000000008e7fd7cbe79343cb3ee986e73994ba4f91c8abc2d08443c8e399 13 0.00/1.00 vMB 333
119,692 119,692 0000000000009208b0f35bb847552446762f8c5567d6f18200ffd1d3b95ec755 1 0.00/1.00 vMB 0
119,691 119,691 00000000000012e2daa95b8fa799740fdbbb2e3078d29a2f640d74e6512a42e8 40 0.01/1.00 vMB 1,690
119,690 119,690 000000000000431bbc0facad9b68a496653387f21890f92656164a5012af4fbe 11 0.00/1.00 vMB 0
119,689 119,689 0000000000006ba1f43992dc2ac0aa139bc4328adef5977633e0c76f6441cc7a 10 0.01/1.00 vMB 0
119,688 119,688 00000000000055daa272a0b5eda0b55f598ea7c6cc56c262c56009d1b74ac504 7 0.00/1.00 vMB 485
119,687 119,687 0000000000006ade61048a5fad6669673bd4e2f2d2279c863f1d75f766c7d30b 1 0.00/1.00 vMB 0
119,686 119,686 000000000000a50a840f458a2996f8b145a246e690b95d4b7a02664bff65309e 11 0.00/1.00 vMB 0
119,685 119,685 0000000000002b44ce0460f65b0e4c40f935c219cc2e5853c16154cca58e7cf2 7 0.00/1.00 vMB 609
119,684 119,684 0000000000002d99bcd6bc1a5e69d3cd3c73aabf27d65c24eb0b270c91d2f0af 6 0.00/1.00 vMB 705
119,683 119,683 0000000000007f1ed92e95c228ce537e30dcff0223c4cec411dfe21f25b230fe 13 0.00/1.00 vMB 601
119,682 119,682 000000000000386f0dfec0d7fb378e6bbf7da749c9250748e160bdf80d0278a9 8 0.00/1.00 vMB 0
119,681 119,681 0000000000002bdefaabca7de8321d7cf69e604afce7386abde3d043f8cc2061 13 0.00/1.00 vMB 498
119,680 119,680 0000000000007f633fc889ef7449cc16e7274238f7f932dd1fe67241323c4dc1 21 0.01/1.00 vMB 1,332
119,679 119,679 0000000000002662273b4beafe908032ceba3fd15c0410535c1ee0b53c3c9d80 11 0.00/1.00 vMB 327
119,678 119,678 000000000000469e8af530b3361e863710802432a9410f8fa1c161be589fc623 13 0.01/1.00 vMB 193
119,677 119,677 00000000000016263fb85f2fd9656572c9a3a9fd6e3366d5c752b5c5e7632438 12 0.00/1.00 vMB 0
119,676 119,676 0000000000001be76266d1f470acec0dc674500056f68cdc11de98bba3dd603f 2 0.01/1.00 vMB 1,243
Previous 10 blocks ↓
Total Size: 782.74 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: 708.16 GB
    • Received: 16.72 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.