Loading Tool

Explorer IconExplorer

Memory Pool

41,588 transactions
26.46 vMB
0.05541383 BTC
Random Selection Loading Transactions
Max Size: 138.91/200 MB

Candidate Block

Mining Attempt 1fe8571229921c7cdd21955f52b7989611e5f5a8c05cde58e03b50883f9dd96c
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root e192f4bed904ec4cb80c8090d8ef3e4a7d7aa08b2ac4e5daee0f07f336607d60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,179
Size: 1.00 vMB
Total Fees: 0.00661451 BTC
Feerates: 100.68 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (504,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,361 410,361 000000000000000004a90016722c14de39968686ea4d2d69f4e1f1e84e54f39f 1,565 0.99/1.00 vMB 31
410,360 410,360 000000000000000000bc0f4ceb2f679ecc8417490bea48e531e2354187cc10ed 1,541 1.00/1.00 vMB 83
410,359 410,359 000000000000000000e0198774d0eb6b18ad814e2d9dc744da101457af998aba 2,552 1.00/1.00 vMB 56
410,358 410,358 000000000000000002aed03b9d8b6313ef553a92ff2ba1294ae0cbc31346612f 1,002 0.46/1.00 vMB 52
410,357 410,357 0000000000000000027a9e86c23edb8973a5f47923c161ae4350c80f6420049e 190 0.10/1.00 vMB 25
410,356 410,356 0000000000000000014fe985c377956593428407aacb79dd7a0968359b01f526 1,260 0.55/1.00 vMB 46
410,355 410,355 0000000000000000017e5bc5d49e0c395440ef09a88a2767dc97379c3ddd8639 1,783 1.00/1.00 vMB 35
410,354 410,354 0000000000000000013f1e0aad3b5a5c3182426f336348bb3f6a6e1db6287fd6 1,518 1.00/1.00 vMB 27
410,353 410,353 0000000000000000053687efc4684a02691b8453782da9f26688a921f76572ee 2,709 1.00/1.00 vMB 49
410,352 410,352 000000000000000000aec5b7c1f70b738ad4653635c2e666b891ea2aa0a3c916 2,091 1.00/1.00 vMB 35
410,351 410,351 00000000000000000520dd8c8ca2ce480d6bceee1d51916f9befbba0e00d0359 2,814 1.00/1.00 vMB 49
410,350 410,350 0000000000000000042e065b770fb46aba51bd389d086a1a2a47c5d9e5ffe575 2,659 1.00/1.00 vMB 64
410,349 410,349 0000000000000000021ff8d9b19b4b760670d593e2958a4410880dc6ce14f05a 2,134 1.00/1.00 vMB 41
410,348 410,348 000000000000000005f11b2657b562e9ad07c08294559717c7e5fb7a47e53c02 2,488 0.99/1.00 vMB 39
410,347 410,347 000000000000000001df4dff7047d0038ac495a6e187c046750b9201b851cc2f 3,411 1.00/1.00 vMB 77
410,346 410,346 000000000000000003375f9cfcb6648e51fe7e9f442e26cbb3511a4e1ba96653 379 0.17/1.00 vMB 33
410,345 410,345 00000000000000000126610dac10a3aff603dda66300fee657f3b5e871212a13 414 0.19/1.00 vMB 35
410,344 410,344 000000000000000001a4c68e025fa0ef3004de912097e9a8c30d2a0865fac020 1,237 1.00/1.00 vMB 19
410,343 410,343 0000000000000000044f0b48864b2e023331992fadc8a0760d91675be4cbae1c 2,804 0.99/1.00 vMB 72
410,342 410,342 0000000000000000004207c30e42d180e10eca8a7832c5c93b6933617deb9e5d 2,161 0.90/1.00 vMB 38
410,341 410,341 000000000000000003fd1bd53cf1c0df8318651520d478f184332df52b094fcb 1,155 0.49/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.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.