Loading Tool

Explorer IconExplorer

Memory Pool

81,608 transactions
30.44 vMB
0.07807668 BTC
Random Selection Loading Transactions
Max Size: 186.77/200 MB

Candidate Block

Mining Attempt 414d08b8b8349eb8928a9d80e6cfe29913c4844142c50afecb32a6183b4971eb
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 2d1a5d6b1bf6c91c7b4b8e163d8033facb4f395fee16311c22f5f9796e3f26e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.00958584 BTC
Feerates: 151.12 > 0.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (392,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,167 523,167 0000000000000000000ec9274d6a5eb2747ead9f12e0130867ffe94202618bc5 1,249 1.00/1.00 vMB 113
523,166 523,166 00000000000000000028cceb5ab1e0d78919ddb8f77afb5d5f69f4fa799dc1ec 586 1.00/1.00 vMB 104
523,165 523,165 0000000000000000002ff1df252a3b2886fad4b23dea6c9b8d8b43729f989084 1,142 1.00/1.00 vMB 106
523,164 523,164 0000000000000000003e0d8f925d5d614bed6b18db28ff32b7dd4abd73d9f711 1,139 1.00/1.00 vMB 120
523,163 523,163 0000000000000000002a8614d89a70f1d746cbb45898a10c9a82751d0897c6cc 189 1.00/1.00 vMB 101
523,162 523,162 0000000000000000000e7219658512401f70028d672c0930402403d365eef3a8 765 1.00/1.00 vMB 110
523,161 523,161 000000000000000000219c40536fba8f956486e984fd1984fa05cf66a42d5056 73 1.00/1.00 vMB 101
523,160 523,160 000000000000000000137eb65eb48cdb8e776e96dd3575fadb0104314b5da885 211 1.00/1.00 vMB 109
523,159 523,159 0000000000000000001c09dbb21e41d627b352c9e084feccb99a66f16c8a95b4 2,332 1.00/1.00 vMB 21
523,158 523,158 00000000000000000043d274e04eed49c64dd10f0f01e0b63043d67a725df613 3,309 1.00/1.00 vMB 15
523,157 523,157 0000000000000000001b2e17bcebacb5ae2d1653b8227e9e5160511f0a72c4e8 2,517 1.00/1.00 vMB 27
523,156 523,156 000000000000000000282956c72c31f8245af7a3ddc00c001ff7e590d2f66d49 2,361 1.00/1.00 vMB 37
523,155 523,155 0000000000000000002e29606d8d1e99584dbdebe5fa57a311348f84be78fb62 2,364 1.00/1.00 vMB 29
523,154 523,154 0000000000000000001e34bbfbe38eac9382c0702722ce01b924fdd5aec2c0d4 3,190 1.00/1.00 vMB 57
523,153 523,153 0000000000000000000f387a2e9b9407f9ab6d79b9ab320589cea571442472d6 3,162 1.00/1.00 vMB 35
523,152 523,152 00000000000000000030fee9eabf3d8baaa80a3cf9d964e7402f46901868e428 2,267 1.00/1.00 vMB 80
523,151 523,151 000000000000000000036a9883f9968fcec812ec15bcd17c1714b4658214622a 2,028 0.81/1.00 vMB 30
523,150 523,150 00000000000000000034377aef8d5e04b773161b4d771aea483e3d52075e58ec 1,535 0.70/1.00 vMB 47
523,149 523,149 000000000000000000047e3d124a966c2572098e6651c3fb93c95a6ef9b580c1 1,865 0.77/1.00 vMB 18
523,148 523,148 000000000000000000098bcfb1411b4da616839c69ecc884daeaae7b717f263a 2,466 1.00/1.00 vMB 41
523,147 523,147 000000000000000000188a9eca453fbf6d2b646c5e3fe03fda107a4e99992634 1,787 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.