Loading Tool

Explorer IconExplorer

Memory Pool

44,290 transactions
26.59 vMB
0.06278696 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 2ae7b5c28ec106e06202fb7e025c61c893f50e4f53d17dd8e95c64c12911d639
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root 314ffa86799e810bd73cc78395fc3a5b823c3f4252a911a0a608dcc6c1ce67e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.01387730 BTC
Feerates: 150.52 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (808,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,421 106,421 0000000000003a242a50a0be75b83307ef4ba471351986d268cfc140efe8af63 23 0.01/1.00 vMB 0
106,420 106,420 000000000002d6c11a735866e6eead802fcd890ed3de766f153054d5afff1555 1 0.00/1.00 vMB 0
106,419 106,419 000000000001380b8944721c4c32b0e55e0a79994d96fe05c57cbe8fa498ac20 2 0.00/1.00 vMB 0
106,418 106,418 0000000000028080551a6d1b0f55caab68984f6598d7a0677ca24a48d555e6d9 1 0.00/1.00 vMB 0
106,417 106,417 0000000000000d08ee366d691c68435b7fba87127ef01d3a75d070387ec8e7da 1 0.00/1.00 vMB 0
106,416 106,416 0000000000028661084fb651d53277c6adaa82031339ca9b89ea24e905cf1b5f 1 0.00/1.00 vMB 0
106,415 106,415 00000000000230195e6f94458e993285023284022c221d04c41228e4805d7b88 1 0.00/1.00 vMB 0
106,414 106,414 00000000000185bf5d6a929ceeab86fdd2d4cdf058d8245fad3a6d70b9cce96c 2 0.00/1.00 vMB 0
106,413 106,413 000000000000054b6ef5646da91a689004890a32637f27d4eedc0782d5867347 2 0.00/1.00 vMB 0
106,412 106,412 000000000000cc4e9a751b86453482e0f2e85da5d381803ff54daea4a6d654d3 2 0.00/1.00 vMB 0
106,411 106,411 00000000000187e9de4f9980cc3d7306fb3c28cd8de3ef7a800105ff2c2d0166 1 0.00/1.00 vMB 0
106,410 106,410 000000000000eab91a16d508bfd7ff775f53fe26f55f13b4dc89f57b6ceb702c 2 0.00/1.00 vMB 0
106,409 106,409 000000000001976c67c6e9978f91d74b962e30826f1390242f9b0e6c2e89e6ae 1 0.00/1.00 vMB 0
106,408 106,408 00000000000002c5630b688613b17ec1b1364e31bcc48ed62bde27d1b05c0c1f 1 0.00/1.00 vMB 0
106,407 106,407 00000000000001fd2f9f83e0a5eab0dea5112e1aec082dd782388963bc3790a0 3 0.00/1.00 vMB 0
106,406 106,406 0000000000005c6a5aa7b8333ae68ce9da83503c37a53c70c46d1f6095a30453 2 0.00/1.00 vMB 0
106,405 106,405 0000000000002496779e307a9cf1d8e75528108a1f1cf4783afc400d14b3faec 11 0.00/1.00 vMB 350
106,404 106,404 000000000000bf688ba253ee59a390afe9325d9eb2e50d34a36c728aa6ac5246 5 0.00/1.00 vMB 0
106,403 106,403 0000000000013a166bf58cac4d0f9cb7c28a1b3e6e8996ed5bd91317e51028ea 19 0.00/1.00 vMB 0
106,402 106,402 000000000000b53a8a27ffd3a37af8cdcc64c0148b31f514308773acb8bf64ca 2 0.01/1.00 vMB 0
106,401 106,401 000000000000defae36477f12511b6f1aafd8cb6e7c6714655dd92370cfd6485 2 0.00/1.00 vMB 2,277
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.90 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.