Loading Tool

Explorer IconExplorer

Memory Pool

76,600 transactions
28.55 vMB
0.06926100 BTC
Random Selection Loading Transactions
Max Size: 173.01/200 MB

Candidate Block

Mining Attempt 3fd1348fba6d302ccb4ccc991428d4d428b427ae5e6f165d3b462ceccd9dabb2
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a7627cd1f275ec151c6ad0308fe208f6bc8414376a5c856125d458ba5cfb7b64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,629
Size: 1.00 vMB
Total Fees: 0.01009329 BTC
Feerates: 71.79 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (489,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,457 425,457 000000000000000004f127f5eccc2a255491cdb4afdb751a9dd9fc8a3d86fa98 1,940 1.00/1.00 vMB 55
425,456 425,456 000000000000000001c7fc24eaf8c283e0a2f2278217aaf6dcc0fc9a53603d60 2,182 1.00/1.00 vMB 63
425,455 425,455 000000000000000004ea951c735ab43c22b782609f52e249a1070939ad7c7520 1,002 0.56/1.00 vMB 64
425,454 425,454 000000000000000001bd2a4b0a11508b8ce8e65583c929206f42c68ccb401024 1,417 0.67/1.00 vMB 64
425,453 425,453 000000000000000001330be7e69df70f1f5db83ab15e4dd5a4d20878d1067261 1,501 1.00/1.00 vMB 36
425,452 425,452 000000000000000002c39f3c3d932b50f76fedd99ea87eedfebe8ca3bc825e6e 1,444 1.00/1.00 vMB 47
425,451 425,451 0000000000000000049522d3c3a8bc6687ee639ecf43f1a9b6beb84afd9b7430 2,515 1.00/1.00 vMB 73
425,450 425,450 0000000000000000004b518c6080534fa4077c70c6fdbb63d894206a95c7718e 2,540 1.00/1.00 vMB 85
425,449 425,449 000000000000000000cc38626b2571d854796c427601872a6b877c7fa4b9f6ed 2,493 1.00/1.00 vMB 87
425,448 425,448 0000000000000000025921e228da9a2943c2e37682fb2ac6fec12ed520c4f356 901 0.39/1.00 vMB 71
425,447 425,447 0000000000000000017abc6a3b481f28e70f3a1836b872e41e55dc213191949b 1,556 0.60/1.00 vMB 69
425,446 425,446 000000000000000003653189fe8b15d9c27567fff8973d633829eb8ebdf5eccb 1,401 0.58/1.00 vMB 72
425,445 425,445 0000000000000000024f48dfd5de84165a571411bdefbc43bde77552fb9f1112 1,330 1.00/1.00 vMB 32
425,444 425,444 0000000000000000012a8452294e1a1dbe06ab5e4e9fd8798108bc7f14dd4fff 2,845 1.00/1.00 vMB 87
425,443 425,443 0000000000000000002123d3ac6a34a408872d6c37f692d5ddb218027621f7b4 1,739 1.00/1.00 vMB 55
425,442 425,442 000000000000000003025636b6f971a67e863a8d90ea63e360781a6ec01bcb60 987 0.38/1.00 vMB 84
425,441 425,441 0000000000000000028eed3245264f65c241e5ddb4afd125c87c66de00be6c43 1,879 1.00/1.00 vMB 61
425,440 425,440 0000000000000000002b7a749f21f5d5fec882b1b2ebee1c6cc4102c851bab75 558 1.00/1.00 vMB 26
425,439 425,439 0000000000000000027f4f384ffce11b0533ef7c37e9da5092d49d9eee402dbd 1,590 1.00/1.00 vMB 42
425,438 425,438 000000000000000001e7d4db0f2bb0c78e2f13635109aafe81f40c203e0898c5 2,523 1.00/1.00 vMB 93
425,437 425,437 00000000000000000485321180c2680e6eb51e58e2eaa0bc991a982f599e5281 922 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.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.