Loading Tool

Explorer IconExplorer

Memory Pool

79,082 transactions
30.15 vMB
0.09350333 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt 43bafef1cd3efb114816c3af78cfba52bba2363b17c9b536b83ddf10ff41ffce
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root f97d754708a495c8f5d0e29c9a06bf52b8f489cdd0b8159c204a5cca91639d01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 1.00 vMB
Total Fees: 0.02294195 BTC
Feerates: 150.61 > 2.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (256,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,706 658,706 0000000000000000000b651c48a5542d4f8c551f177b4a1e159d832db6a5c955 798 1.00/1.00 vMB 29
658,705 658,705 00000000000000000000cca0953a420f3c985856a224694cf351a12cc4be66e4 1,580 1.00/1.00 vMB 38
658,704 658,704 00000000000000000004bd51a8d3d4f05b1728f36c2f6ed1ec762fecf97bf356 1,678 1.00/1.00 vMB 26
658,703 658,703 000000000000000000009c170d3bc974423dce2c28f6ed7ddbdb783752eb3a1b 393 1.00/1.00 vMB 19
658,702 658,702 0000000000000000000f6c90aef37e443003a2f85d7d6a4a43f8a9d38d9a2ddf 1,565 1.00/1.00 vMB 37
658,701 658,701 000000000000000000094331bf8a43c1a272fc0d34b018d4dacef7235c984786 1,850 1.00/1.00 vMB 76
658,700 658,700 00000000000000000003fa71fa20832269e9af1e29f4e2d0943b6723764466ab 2,141 1.00/1.00 vMB 59
658,699 658,699 0000000000000000000d54bf2167138e439e9ab053256fc3ffcef9490eaa897c 1,068 1.00/1.00 vMB 33
658,698 658,698 0000000000000000000978f6446f01c2fd54620de2cc07c110d81fc1446bd69f 1,257 1.00/1.00 vMB 39
658,697 658,697 0000000000000000000bd520b403deaf8693974f6c6f4a3dad6008e31a3743d9 1,536 1.00/1.00 vMB 13
658,696 658,696 00000000000000000005d36b3c9082d240ff17da3993aa2a990cf4fd5c0760fd 1,125 1.00/1.00 vMB 22
658,695 658,695 0000000000000000000d76314c56fb84a96717901b841377ed87bc671ae77aaf 1,620 1.00/1.00 vMB 21
658,694 658,694 0000000000000000000d0f57cedc66249d2bd96d1df082423a641c22572cf369 1,584 1.00/1.00 vMB 46
658,693 658,693 0000000000000000000f005a0cf7a90c94f6d267a66f0a3935aab3f6f92237fa 431 1.00/1.00 vMB 15
658,692 658,692 00000000000000000000225f1c5c60a3917c3091e4e1306ec5af2e719ff4922c 1,142 1.00/1.00 vMB 25
658,691 658,691 000000000000000000044f8e228b655a526c122ecee3eadb004edfa9f67c210b 2,031 1.00/1.00 vMB 36
658,690 658,690 0000000000000000000ac9fdfc207a5937d6f5ca8474c4f423f0551d106c0881 2,399 1.00/1.00 vMB 53
658,689 658,689 00000000000000000007028fbaba0b941d393c4b8f9cfdc6069e9f68e0ecd8bd 2,667 1.00/1.00 vMB 83
658,688 658,688 000000000000000000002476dba853525e90cd0ec5c78b26b714167c2dfd414b 2,000 1.00/1.00 vMB 46
658,687 658,687 0000000000000000000f16262ff4aa77a4d194054775742df389fc2170f44e5f 1,898 1.00/1.00 vMB 77
658,686 658,686 0000000000000000000d517f2f08d3d64e299ada952db630b6035fdd0463af0f 2,394 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.