Loading Tool

Explorer IconExplorer

Memory Pool

81,946 transactions
33.38 vMB
0.13851426 BTC
Random Selection Loading Transactions
Max Size: 193.61/200 MB

Candidate Block

Mining Attempt 46f20538bfe9acaeca8ad2aaf76243a12a1f48889bbaeb6c7410d994fca99193
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 61cd1544e11ed3376f555884207ea7d143b65a0739995080d4f140ed97e50186
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.03266708 BTC
Feerates: 254.50 > 3.27 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (117,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,492 797,492 00000000000000000001636703e34b3909b969243b4629c9f4a6a20e9bd550bd 6,013 1.00/1.00 vMB 5
797,491 797,491 00000000000000000004251822c8be9477d879a8f11b626e68f9c3cf8ba880ad 4,434 1.00/1.00 vMB 5
797,490 797,490 00000000000000000002f8f39c0bec736ce8afc331cf6befe82a190ad184453f 3,580 1.00/1.00 vMB 9
797,489 797,489 000000000000000000030b6e0a65d5b32ff762cd2d780fda6bb0aa02ac9b595c 3,358 1.00/1.00 vMB 12
797,488 797,488 000000000000000000026c3424e5aa920f85b5ba8687e2b35bb0c69e442f1128 2,898 1.00/1.00 vMB 11
797,487 797,487 00000000000000000003d57a45f4f941c4b2ae22bcbcdb0c8cc4934be6f26e20 6,215 1.00/1.00 vMB 6
797,486 797,486 000000000000000000057672e2aa6ce426f61be2bd9971cd26f9e54bfb6545a7 4,430 1.00/1.00 vMB 4
797,485 797,485 000000000000000000000dee06c75c751be99f8fab412c543955ebf603d5f54e 2,710 1.00/1.00 vMB 14
797,484 797,484 00000000000000000003e0fbb640ccac0950ed279625ac2ca6cd317aad27c195 1,985 1.00/1.00 vMB 5
797,483 797,483 000000000000000000003341b87d1602df761262fd4fb99598c493c7c6481ec7 4,241 1.00/1.00 vMB 4
797,482 797,482 000000000000000000054cb285ad4e25a9267f65df6f94c264154043c5318e3b 4,358 1.00/1.00 vMB 7
797,481 797,481 00000000000000000001a3f9c89a9a9fb6c0da79677539f3a2b2839525a77777 1,988 1.00/1.00 vMB 6
797,480 797,480 00000000000000000001267cb5f728a25500c352dc60c2504dc2d2e5789272cf 2,406 1.00/1.00 vMB 19
797,479 797,479 00000000000000000000b70b6a75f34c2dc4632ba790da9c61c8b79066e6e05f 3,099 1.00/1.00 vMB 9
797,478 797,478 0000000000000000000157a5d71d3c94497139c1ef59c63c867224280fac0d06 3,039 1.00/1.00 vMB 15
797,477 797,477 0000000000000000000002bae603d0cd1b700cb806472c3809c8866a79d307d1 2,379 1.00/1.00 vMB 8
797,476 797,476 00000000000000000002d9cb2d49d6340c874b9987cdc0fcb7ee011b85829c67 1,638 1.00/1.00 vMB 15
797,475 797,475 0000000000000000000154253d495b26bd315b5e62abb26d08b8a8f4cdca8ceb 2,868 1.00/1.00 vMB 24
797,474 797,474 00000000000000000000692f20e935d215597a0938dcc74e4323fe0bc23c88a2 1,805 1.00/1.00 vMB 13
797,473 797,473 00000000000000000001fb9632be237c8ca36333babc8cb7a61258d4149d614d 2,580 1.00/1.00 vMB 15
797,472 797,472 00000000000000000001c83ded4fd7b03ddb1b061fff01ef43c9a494a775731d 2,593 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.08 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: 724.11 GB
    • Received: 18.41 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.