Loading Tool

Explorer IconExplorer

Memory Pool

43,138 transactions
28.61 vMB
0.07008662 BTC
Random Selection Loading Transactions
Max Size: 147.18/200 MB

Candidate Block

Mining Attempt 3e60230ff3e24427b40d2727ea16bf9db0a0a4cc9e44ef5eb8e99305591e0eb8
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root e88f50af1e9ff17a84924da05a2d3801cf1db6733aac46f3c54cc0caac1f3b8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.01456960 BTC
Feerates: 201.07 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (335,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,421 579,421 0000000000000000000cd3e582eb1a2efd380ab2638d35222465a55b27afa04d 2,489 1.00/1.00 vMB 58
579,420 579,420 0000000000000000000fa7e6d71c56d8a85d652e419d03c91bd6fdc81b40e926 3,435 1.00/1.00 vMB 165
579,419 579,419 0000000000000000001288ba62a1cd6804f55ec96cfe346c2a815b5743e3c7db 1 0.00/1.00 vMB 0
579,418 579,418 0000000000000000000a994186f6565c0ea2074320a888385d906772b5a34fc7 3,098 1.00/1.00 vMB 129
579,417 579,417 00000000000000000015c9b6391dda91f5709abf2b396fd887130d266a44a3d2 1,484 1.00/1.00 vMB 42
579,416 579,416 00000000000000000018c66514993abfeafde9cf683f69efe43bae77cc678c44 1,232 1.00/1.00 vMB 23
579,415 579,415 000000000000000000086ce1155d36f638c2e303325515ebb5b9c33455907443 2,698 1.00/1.00 vMB 42
579,414 579,414 0000000000000000002574e198ffb7ca020b9fa361b3fc50d3086780158314c7 2,537 1.00/1.00 vMB 46
579,413 579,413 000000000000000000024a6b2d6914e6f0597e2fd78613fcc96d54779a9e7c4b 3,126 1.00/1.00 vMB 143
579,412 579,412 00000000000000000014dfe1616ba6e2bae8bbb73b85c252badc64357bdb615a 177 1.00/1.00 vMB 3
579,411 579,411 000000000000000000229b03b08df23608c4226c8a9b3ff31acfae0937791c5e 2,175 1.00/1.00 vMB 23
579,410 579,410 0000000000000000000710689b6cacbd6d0d6b567ff20aa5738d7f81da83d632 2,549 1.00/1.00 vMB 70
579,409 579,409 00000000000000000003b1ae91d6a35dcbee80b2ded7c42fed8ab5232001c0fb 2,789 1.00/1.00 vMB 75
579,408 579,408 0000000000000000001a44f1eecce9f5b1529395aeff887c3aca55aeb9c779ff 3,263 1.00/1.00 vMB 159
579,407 579,407 0000000000000000002025b0de9cc9329021e25e2071b841ec0d32d74a26608a 2,684 1.00/1.00 vMB 31
579,406 579,406 000000000000000000001855a3ce89a165b016c73b688a11d54efe7e664e8ec4 3,199 1.00/1.00 vMB 147
579,405 579,405 000000000000000000210cd07824aa1a0a343a4978c276575731318545ea4ffe 2,905 1.00/1.00 vMB 184
579,404 579,404 000000000000000000018cef86dc8da6a45f4ae8b048600bb4b0bac62467ac65 1,719 1.00/1.00 vMB 45
579,403 579,403 00000000000000000004add37988a91c399400b81d01c571b5c2667beced534a 1,717 1.00/1.00 vMB 18
579,402 579,402 0000000000000000000c4411a24e285c9101975601db97a591ca313c209c20c4 2,919 1.00/1.00 vMB 46
579,401 579,401 00000000000000000007cbd62cadd3477537dcf66883495384d4616edb61c60f 3,062 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.