Loading Tool

Explorer IconExplorer

Memory Pool

46,895 transactions
29.15 vMB
0.15396446 BTC
Random Selection Loading Transactions
Max Size: 152.39/200 MB

Candidate Block

Mining Attempt 6c3c14a6224824afdfa70356d23e80d08d662e3a5d0a7b8c13727f03899f101c
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 58661b1d20b0c750bff52faf0267fde5418764b064b733361c2f2bfb6e46ba70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.04444217 BTC
Feerates: 200.91 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (898,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,567 16,567 000000000e1813e885df5cb6628c1a5baebcf887eadfbdad09efbdaeb3370324 1 0.00/1.00 vMB 0
16,566 16,566 000000003ca97b6668da8f407aef09ec788530089ee8dda25d44c709b80302d6 1 0.00/1.00 vMB 0
16,565 16,565 00000000802ee3fa743f619fe7827dcdb7e2bef3e22ce1f12b60ca574b27ba7c 1 0.00/1.00 vMB 0
16,564 16,564 000000006dba4d567bdd008f233f826a05a2b9195324af92a231fbc9273cf901 1 0.00/1.00 vMB 0
16,563 16,563 00000000fe14ebcd6219d3cbfbc6550430826d8686c06377b7ffc915a64f82cf 1 0.00/1.00 vMB 0
16,562 16,562 00000000a056239c84fc8a3928c445181200ef8530f3557b0ef2cf596cfc5148 1 0.00/1.00 vMB 0
16,561 16,561 00000000af33703a30d73a5b86992d7834937806f072a066eefdacc2c79e4bb0 1 0.00/1.00 vMB 0
16,560 16,560 00000000c746535a79e2ab28b7bc62c5e82796caf0e4dd12846b89fdab0ed438 1 0.00/1.00 vMB 0
16,559 16,559 00000000df386668c7c879f5848910521fdabe4e49abc0f9798a2b6c851f1528 1 0.00/1.00 vMB 0
16,558 16,558 000000003d9782520672bf34f9cb7c0799380f5c525e35f0915abf70b4bf13c7 1 0.00/1.00 vMB 0
16,557 16,557 0000000026a5a2499533956ea4740dcd8a3f01a86a65befb47120c1e04c7ace3 1 0.00/1.00 vMB 0
16,556 16,556 00000000fba6746c9e6711220a79e50d8a07823a88ef1517d2b701f4050c253f 1 0.00/1.00 vMB 0
16,555 16,555 00000000a2ed4b73c7ae2556bf2762e8480ed113ff1cac443881271fa68d5293 1 0.00/1.00 vMB 0
16,554 16,554 00000000e618d17bba56322d8b201c70a04932a0cf0456abdbb3fadb1020d099 1 0.00/1.00 vMB 0
16,553 16,553 0000000074764a6a57e0d41184a8e6e902e2917ae9bbf895cfdcaca2bec6c318 1 0.00/1.00 vMB 0
16,552 16,552 000000008e55e9592f5ccbc567f3465aac28d4e22a3271d13a0b1f12f3227815 1 0.00/1.00 vMB 0
16,551 16,551 000000001b422937d5f391657c3aeb53d627be606171db35c7e617039c022dcf 1 0.00/1.00 vMB 0
16,550 16,550 000000001413dbb8d75ec1025c381d37fb382d9b50d7d2d48b542ac00da30b74 1 0.00/1.00 vMB 0
16,549 16,549 000000003a4de023771e540370a0bd9468d90b979cded857934948e1cc70382d 1 0.00/1.00 vMB 0
16,548 16,548 000000007758327ba2562d1d4c98a37b0d67869d7838c5e328d10bddd44d3127 1 0.00/1.00 vMB 0
16,547 16,547 000000009bee99382a9a933a08b42d8d362b18d0be8fdc060ae1ed17f8aa8f27 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.