Loading Tool

Explorer IconExplorer

Memory Pool

43,196 transactions
26.49 vMB
0.06179823 BTC
Random Selection Loading Transactions
Max Size: 139.15/200 MB

Candidate Block

Mining Attempt a507ff6e7271d058c602de2c54adfbc7c151bae4f0edfaa0dae2a9f5f4899713
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 7ded22307bd197f5e2921ade78da3e02b8afc51cb2504ab4849fea532e0515c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,209
Size: 1.00 vMB
Total Fees: 0.01272504 BTC
Feerates: 150.92 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (411,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,400 503,400 0000000000000000007c39e0128bfdfb220d01eaf2c066639a1df69bb82a512a 2,465 1.00/1.00 vMB 416
503,399 503,399 0000000000000000005b1299d070d148da61e519e758e5710087a1d0eeb7466d 2,548 1.00/1.00 vMB 508
503,398 503,398 0000000000000000005aadaab8c71c610989c45ad4d99546d098c2cdde2f3c4d 2,193 1.00/1.00 vMB 555
503,397 503,397 0000000000000000002ac056f10a37415b865a983cd26594d1a5c8260477e0a2 3,064 1.00/1.00 vMB 413
503,396 503,396 0000000000000000004a2833e38bd6bd868b66467ef4d656bc9e1f0892233eb0 2,613 1.00/1.00 vMB 458
503,395 503,395 00000000000000000015f99e08a82a0b42a46e612e17fafe485bd28aad73cc0b 2,497 1.00/1.00 vMB 508
503,394 503,394 000000000000000000911e8c812a72e8e868051feadac4b3866e5716294fc5a2 2,644 1.00/1.00 vMB 526
503,393 503,393 0000000000000000001ac40058d2c4bef466348f357358350d308b97ef198c20 2,909 1.00/1.00 vMB 596
503,392 503,392 0000000000000000008312f28fb1200e5c28ba6d0aeb90a98ab31cb556e71def 3,153 1.00/1.00 vMB 559
503,391 503,391 000000000000000000913f38d1debc8fdd75e01ba784ab46b2811725008b8be0 2,539 1.00/1.00 vMB 572
503,390 503,390 000000000000000000734abec19060f1dfb71cc3543338f9466424adc1ef5936 1,139 1.00/1.00 vMB 314
503,389 503,389 00000000000000000050aba67483a0b7713772c07e8a366429c48d7e61393b70 1,575 1.00/1.00 vMB 307
503,388 503,388 0000000000000000007af3b5c00829c9b2baa042d7aa8626860506aeffe6d8c4 2,008 1.00/1.00 vMB 375
503,387 503,387 000000000000000000474ac57e8989a9fb7918440f228feb0310e018e7db7bdb 2,794 1.00/1.00 vMB 388
503,386 503,386 0000000000000000007fc33a8162b519f73d58fefe9cced6d536163c93dc6983 2,016 1.00/1.00 vMB 401
503,385 503,385 000000000000000000681800e786b973377f664fc66d913ab962982d65b9215e 2,661 1.00/1.00 vMB 521
503,384 503,384 000000000000000000024004ca675a1b87f4bfebd2d26dfa0f60eb7fdcb4f2e9 2,933 1.00/1.00 vMB 555
503,383 503,383 000000000000000000675789f5f568e9f52b5fb680f3e210e9179909d20b5d1d 2,383 1.00/1.00 vMB 451
503,382 503,382 00000000000000000046c6bc352f25435452b2e176f063af1947490daecd7d9d 1,922 1.00/1.00 vMB 409
503,381 503,381 00000000000000000001eac52b8984c83fac3a744390aba5d9216a0d694db978 2,757 1.00/1.00 vMB 443
503,380 503,380 0000000000000000000d11837b84b17325af557702680aeff401a207e53a113d 2,275 1.00/1.00 vMB 526
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.