Loading Tool

Explorer IconExplorer

Memory Pool

83,220 transactions
32.01 vMB
0.10717087 BTC
Random Selection Loading Transactions
Max Size: 192.41/200 MB

Candidate Block

Mining Attempt f343f52660e352683dde70f211d8967a6394d7a8127a614c3235e93c38ef69c4
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root ae7d278d297415ababa65125eb3a3babd798523d9087c9d3cd8abe1fac49f10d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,325
Size: 1.00 vMB
Total Fees: 0.02591033 BTC
Feerates: 353.36 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (825,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,292 89,292 000000000006c3c502a983ea6dfb99abb3f473c7a12e6a324804c6bae6efdba9 1 0.00/1.00 vMB 0
89,291 89,291 0000000000057036dd07b0787e06ed0fee2dfc530aac7c0f12245de7b3a0fa96 2 0.00/1.00 vMB 0
89,290 89,290 000000000001054ddf4063a358b92e324752bbbbb2d63951a75e5a1301ac885f 3 0.00/1.00 vMB 0
89,289 89,289 0000000000108eceb6ed5c6b00cb8f0c2b73e9f143588441c19f9326ff18a718 1 0.00/1.00 vMB 0
89,288 89,288 00000000000d29fea9accce4f2a57d0d54ac24346a1b047234c5b373355ca1ca 1 0.00/1.00 vMB 0
89,287 89,287 00000000000ddf5263fe2fd2cd80b66e99066ef6016be7c2c8ad50e25cd75ac6 1 0.00/1.00 vMB 0
89,286 89,286 00000000000f9fa33efd697198ac95c1ea9acf65f9cce910022926ba2beb3e41 3 0.00/1.00 vMB 0
89,285 89,285 00000000000b98ca9a28820721c047b7e9557e4c45c501e46a634b1c6ff016ea 1 0.00/1.00 vMB 0
89,284 89,284 000000000008300cafb1900b7067df1489ffe2340a97b165c0c114e55585fb71 1 0.00/1.00 vMB 0
89,283 89,283 000000000001217ba47ed326dc429c07e20450cf451504f601a89f32c867f692 1 0.00/1.00 vMB 0
89,282 89,282 0000000000024d1c20a4bfb1e7d627f1e958fee5c9420cd0b9ae7e98ebbf8416 1 0.00/1.00 vMB 0
89,281 89,281 00000000000782d8c5cf75270f4214b30e4bdd96332b403c2435105eab350bca 1 0.00/1.00 vMB 0
89,280 89,280 000000000007850f89e00bca03ed0542a5e50b084c0e3a0db066673bb1c085bf 4 0.00/1.00 vMB 0
89,279 89,279 0000000000064a73b159b109e8cf3facbff9adaef3b8d70148321d25846ca25d 1 0.00/1.00 vMB 0
89,278 89,278 000000000005dfdd39021a2b608dc1d421e3ef1f19b0f45948e78cdae7676d0f 1 0.00/1.00 vMB 0
89,277 89,277 000000000005a29791ef1097e40f57ef37dc328cebe9b65702b9ff98ba99e35c 2 0.00/1.00 vMB 0
89,276 89,276 0000000000082f1ed1b501670b5bbfcc31c2e83c89e6b00c91f03b2dd5a8432b 1 0.00/1.00 vMB 0
89,275 89,275 00000000000a6f258625800fc9ae918fbed192702fc5850a4858ea58204a5451 4 0.00/1.00 vMB 0
89,274 89,274 00000000000bbb9b119a5308b942ebe030046d216c59c998493d935e57714973 2 0.00/1.00 vMB 0
89,273 89,273 0000000000061101cde494bbe70536d00e0d26cc7b2f3a4f0fb7fa16d118dc64 3 0.00/1.00 vMB 0
89,272 89,272 0000000000090b766b3223ff919da7c22168816d857ba3ef287d72d271fc1f6c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 17.00 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.