Loading Tool

Explorer IconExplorer

Memory Pool

34,133 transactions
18.97 vMB
0.05154250 BTC
Random Selection Loading Transactions
Max Size: 103.18/200 MB

Candidate Block

Mining Attempt 1849575f565ea024e9f747ed0948724fe7ef874643e13dadd2ac1b5667e02c6d
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root b8e7121266e2f19049b9f44c783108b478fef5400381bc01ebb80613896a78f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,847
Size: 1.00 vMB
Total Fees: 0.01528256 BTC
Feerates: 308.18 > 1.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (851,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,679 62,679 000000000186f1339e38fe985d3589f9c72e80ea19af3da0717839b050e8f125 1 0.00/1.00 vMB 0
62,678 62,678 00000000004d75deb0f112b8003e671645103587ff56bbb79d222a1cd08187f4 1 0.00/1.00 vMB 0
62,677 62,677 00000000011b932c5a3b4084343347fb996c260ab34863cdfe0c5b0224e73ab9 1 0.00/1.00 vMB 0
62,676 62,676 0000000003ef2cb1ccfe64c9a0a30f798eb2bcac5b1f605ccb684a9e5d5b8c4e 3 0.00/1.00 vMB 0
62,675 62,675 00000000010ae94dc57d6a10023e62ce3b4c61f37db0ae3d74f436cb653dfa97 2 0.00/1.00 vMB 0
62,674 62,674 0000000004c971175286270b39e76be8fba5f09945c561e8795d1f1990852323 1 0.00/1.00 vMB 0
62,673 62,673 00000000039ca0e02c82b2ec76b13986a2fca2cb1d2678833394011b5a0281ed 2 0.00/1.00 vMB 0
62,672 62,672 0000000009fd0228f117642d27292c52af02d3bc2a90c43538a65f6afa7020e7 1 0.00/1.00 vMB 0
62,671 62,671 0000000007b55e17961f102a73dd4a979b7d9c2eb6e5135ee5b8d4f4610c65da 2 0.00/1.00 vMB 0
62,670 62,670 000000000a2e3f0b89d3de9350a8f7801240261eaa2db9ec9c3da833544f251e 1 0.00/1.00 vMB 0
62,669 62,669 0000000009be24a42885baa39676acf640e7cedec3a0d144761507e2af496e9e 1 0.00/1.00 vMB 0
62,668 62,668 00000000092163a08ea723a005339b68b552866f2af830ad787ac5815a32cf91 1 0.00/1.00 vMB 0
62,667 62,667 0000000005a6bba993e30373defb57169fdb2e82c75c37379eaa50bc9764e6b8 1 0.00/1.00 vMB 0
62,666 62,666 000000000257daf08efcc9ff3a879effda9949da2ae7cdd629bbab320e228ace 1 0.00/1.00 vMB 0
62,665 62,665 00000000076218b15d5f1920da126f25a9641b9a3cf8711c639f93d40614790d 1 0.00/1.00 vMB 0
62,664 62,664 000000000a4779d0737a5bf1776c454dc83659474eeefcc2de3a6c92a3f3440f 3 0.00/1.00 vMB 0
62,663 62,663 0000000006e8f3445943cf79c535658165c8723b5e2a3c0bdcfa666d7b4eb721 3 0.00/1.00 vMB 0
62,662 62,662 00000000046cef2141edfa4539a95da3fb4115ca06b4ebac58169425f6ceeb7e 1 0.00/1.00 vMB 0
62,661 62,661 00000000052c44eecbc0034fad362c68d32a38e9298d9ee5c1cc4464e5b975c1 2 0.00/1.00 vMB 0
62,660 62,660 000000000087b7f7d93e685aee9815a5897b2172c65104c6731813c3acc44450 1 0.00/1.00 vMB 0
62,659 62,659 000000000902d8a3eab8a14357fd6435547def77a2b41d956d00c89e7039c586 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.76 GB
    • Received: 7.28 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.