Loading Tool

Explorer IconExplorer

Memory Pool

79,308 transactions
29.69 vMB
0.07689627 BTC
Random Selection Loading Transactions
Max Size: 178.09/200 MB

Candidate Block

Mining Attempt 940d5d895fc1a651b3b70c4cc33314dd8fa615bec9b0803fda70e88dff45dff0
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 1ac9869ce3cd62572132ea221b5849b6660e54a073385c9c38ddd99dd0f06312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,783
Size: 1.00 vMB
Total Fees: 0.01652544 BTC
Feerates: 313.32 > 1.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (421,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,290 493,290 00000000000000000079005d386a7b032d806780834faed34dec9f553d74770c 1,662 0.85/1.00 vMB 137
493,289 493,289 0000000000000000001d6c5e463b448868a3c9365c2aad2789fd5d54ff872acd 2,791 1.00/1.00 vMB 260
493,288 493,288 0000000000000000002a2550a9299084b167924734a288423eec40407b881a61 1,731 1.00/1.00 vMB 72
493,287 493,287 0000000000000000001587942dd34495f23472fd3776be313d9f9c195dc772e1 2,214 1.00/1.00 vMB 39
493,286 493,286 00000000000000000031a0167f642a4bf2e6198a0c58d3a6f96e24fac46ce9a8 2,488 1.00/1.00 vMB 255
493,285 493,285 0000000000000000001de8cc5a30c5efdbd37bab80c8696d76eff0a7e95b27c2 1,620 1.00/1.00 vMB 73
493,284 493,284 0000000000000000006aa54acd76edabb922f1c4d7edc143dd2480c4b8f21e00 650 1.00/1.00 vMB 34
493,283 493,283 00000000000000000012ff609fb2f16652beb0b8f543eff04578aaeb509d5876 1,464 1.00/1.00 vMB 30
493,282 493,282 000000000000000000b253999c7a0d58afd8390624304c1de2ce8b606aba1562 1,779 0.88/1.00 vMB 73
493,281 493,281 000000000000000000774178ec4be6ec6f2bb4067de158eb8d2ab01989adefd7 2,146 1.00/1.00 vMB 66
493,280 493,280 0000000000000000009a00b72fb75b0692a73dc4b04f8c759c02f957fe0f1af8 2,438 1.00/1.00 vMB 256
493,279 493,279 00000000000000000022cfb4b22971767fe6c477faedbf739763efa21bc4ff53 2,274 1.00/1.00 vMB 117
493,278 493,278 00000000000000000088d9c73e6ed7d8ce2394bc6b2856dcefd923c0244bddac 1,700 0.93/1.00 vMB 182
493,277 493,277 0000000000000000006fe8fb8fdd44deeb132ca9ff5a4f5168246af6074115ff 1,813 1.00/1.00 vMB 210
493,276 493,276 0000000000000000000415d826b7c9e1affb3e1fcd30f73ffc552284f14bff93 1,811 0.88/1.00 vMB 212
493,275 493,275 0000000000000000009daac7dfe01cc3e0020216954ce00ea1200288f0a9ea00 1,757 1.00/1.00 vMB 254
493,274 493,274 000000000000000000aae333c3e3bdb37597547ab6355cd2919a189f08a354f6 3,128 1.00/1.00 vMB 301
493,273 493,273 000000000000000000be707d5c5204c86aadb5c63252a9d858a56b0bcb9c1996 2,254 1.00/1.00 vMB 237
493,272 493,272 0000000000000000004d0ddef91c8fa1ff4b21466c54bdd750aa28b13fb744e7 1,231 1.00/1.00 vMB 172
493,271 493,271 00000000000000000058b02fefb98059f8c50edff41cd29e8c7a1a26429b438b 972 1.00/1.00 vMB 115
493,270 493,270 00000000000000000093ab5d67c06aef9327ef31153111dc018dc3653a6bf3c6 401 0.99/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.