Loading Tool

Explorer IconExplorer

Memory Pool

93,292 transactions
25.96 vMB
0.10005687 BTC
Random Selection Loading Transactions
Max Size: 171.22/200 MB

Candidate Block

Mining Attempt 0247297f0b9bde8c2cecc81ef421c59132c269f535df74406c82b2b413e1cb2d
Version 20000000
Previous Block 00000000000000000001953eb233be2ab2d5a5e5517a816521ee3050997cfb5a
Merkle Root 8d827632dfb06bfa1d817092a8743fba2eeb702fc065f8a54fd9e1c7548fc6f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,853
Size: 1.00 vMB
Total Fees: 0.02557921 BTC
Feerates: 65.46 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,854 (840,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,458 75,458 000000000063d6a0ee50159a8618b001c36f9dc2e56ab98d294816da254b5029 3 0.00/1.00 vMB 0
75,457 75,457 0000000000181eb202dad5c3d5d593a600380f1f7f0d35cba0c557a4c3f8027b 2 0.00/1.00 vMB 0
75,456 75,456 00000000006af3d3bbc45b56836c4e3eee51dd4cf5f013c774b87bfdc1d352a9 2 0.00/1.00 vMB 0
75,455 75,455 00000000003c97a88efa6713216ba8c1bafd02af4cfc49627910a01070b9762f 2 0.00/1.00 vMB 0
75,454 75,454 00000000004e31c1a952f70e796e18dc1fa2df3007e4742878c60ee46422d2b0 4 0.00/1.00 vMB 0
75,453 75,453 0000000000157de89a22642b09b7a8f761d71029eefbcd8afe6658728456f171 2 0.00/1.00 vMB 0
75,452 75,452 00000000006ae80cedaf94d9f1cfdc328f9a81eee927a9b4a5b3a001b7d204ee 1 0.00/1.00 vMB 0
75,451 75,451 000000000038996f40f4279c381e3ba2036075d5fbc078d705ed2d166a8e9218 4 0.00/1.00 vMB 0
75,450 75,450 000000000046a464a24f412718cedd9387df659c7861fc71658ada2267542c40 2 0.00/1.00 vMB 0
75,449 75,449 0000000000514cb79aa733adb033437270c47ab0b02f453deef2d020bbf8ad38 13 0.00/1.00 vMB 0
75,448 75,448 00000000006ab9a2965e33b284d3ac81ee4ebd70c71d4dd5cc7b7fa701292953 1 0.00/1.00 vMB 0
75,447 75,447 000000000023ccecb40dd09fef3d4de0296ee63690a21152d2ac0cff7afa8ddc 5 0.00/1.00 vMB 0
75,446 75,446 00000000007f785b6e0bd2ab1fee80b1f6ac30ab131620ba51cefe71db7d677c 3 0.00/1.00 vMB 0
75,445 75,445 00000000001245b20aa4bb15bfd827ef137f4322c0d159b181a2875f9c0d438e 3 0.00/1.00 vMB 0
75,444 75,444 00000000007ed2ffd96e55c5244522abb0dfd9b17e2006c48af6206d06e273be 3 0.00/1.00 vMB 0
75,443 75,443 000000000040579f9058c53d59bb19702f74085fc0070c8098f22626886df54d 6 0.00/1.00 vMB 0
75,442 75,442 000000000038b0a160db865075126abf0a2c0e86996512f14bf934fa6dd9eaf6 3 0.00/1.00 vMB 0
75,441 75,441 00000000004194250f381c0a0cc3bb369822974946d279b5b607315fef7c91ad 9 0.00/1.00 vMB 0
75,440 75,440 00000000003ce1f220832f4675f6271839ebab6f326ff1e9cca26b779df467fa 1 0.00/1.00 vMB 0
75,439 75,439 0000000000028c77f1a3b8260ecb8c8d714e6b11677a3b4b5763c03964fc260e 2 0.00/1.00 vMB 0
75,438 75,438 0000000000407fe0324c3586aac6e560169dc8235aa71818c7d68c3f18d1de06 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.85 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: 793.95 GB
    • Received: 22.01 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.