Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
30.60 vMB
0.07994008 BTC
Random Selection Loading Transactions
Max Size: 184.55/200 MB

Candidate Block

Mining Attempt 1a456789a15550f1a3e34813c4742fe7ecb20ca3c19b6237dcedf5430e9c0212
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 7544a3ed7273f33ad9c84b039476c0048979edd0b816473ce36cafbc4d23324e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.01595846 BTC
Feerates: 40.91 > 1.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (272,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,434 642,434 0000000000000000000be3909eb5ba989669bc9f2e06d6def8d95b217d458e89 2,055 1.00/1.00 vMB 37
642,433 642,433 00000000000000000007226e5f613b2425e3fdcd9f8ed7a2244625bf445ee37e 1,653 1.00/1.00 vMB 77
642,432 642,432 0000000000000000000f745e60d7fc613d41da07343afd919a564b311f59fb0e 1,195 1.00/1.00 vMB 117
642,431 642,431 00000000000000000001525b58c53ae91f4851d7d1df40bec99e793a06f87da1 2,356 1.00/1.00 vMB 77
642,430 642,430 00000000000000000002f49b93b6e02da46c87883097baaba6401272acd87849 2,118 1.00/1.00 vMB 124
642,429 642,429 00000000000000000009d201434ccd615cebbc677e80bb16ac181d20d77224a8 1,979 1.00/1.00 vMB 72
642,428 642,428 00000000000000000006a19bf1ef2f829baf3937d3ed11d6d545b947f3214aef 2,167 1.00/1.00 vMB 43
642,427 642,427 00000000000000000008307cf1c3d2cda23f5e9ab8781080dcf4b1595a545a6d 1,889 1.00/1.00 vMB 61
642,426 642,426 00000000000000000003be361953dbef93c1fddcc91afb95527f849c3d2f49f7 2,500 1.00/1.00 vMB 76
642,425 642,425 0000000000000000000476909be212588658d43a0ec6accb5927b586b83e26d7 2,686 1.00/1.00 vMB 54
642,424 642,424 00000000000000000008a66259c4a8a4b18bb13be98eb88de83238116f7043e0 2,279 1.00/1.00 vMB 102
642,423 642,423 0000000000000000000bd1785b291fe8ded2b0cbaba681705e9e60fb326d79d1 2,724 1.00/1.00 vMB 71
642,422 642,422 000000000000000000084dab8385f90168cd6030018843081ddd32ebd3d8e9f3 2,398 1.00/1.00 vMB 99
642,421 642,421 00000000000000000007b3df18690b68cc6d29a8a25130a130b1c287dc219f81 1,893 1.00/1.00 vMB 136
642,420 642,420 00000000000000000001048b7c8c8942b9fceb616c4ca7f1c60c47fcceae50d7 2,158 1.00/1.00 vMB 89
642,419 642,419 000000000000000000047db5997d2f4406a7ecd7031cf0dbd3146b4d47268d6d 2,017 1.00/1.00 vMB 142
642,418 642,418 000000000000000000023f8a7b03d37adbf32ab6acd4512113ccdf30f1ddd34c 2,303 1.00/1.00 vMB 81
642,417 642,417 00000000000000000007289da77388d229db07da9351326f8e8a74490ab89e76 1,978 1.00/1.00 vMB 105
642,416 642,416 00000000000000000000aaaf7b266158c6dccab102710b1ae7414be5ad8a784f 1,629 1.00/1.00 vMB 142
642,415 642,415 0000000000000000000d3e9af2e54d72b0130c13ce7eaf936a41b082349834aa 1,411 1.00/1.00 vMB 94
642,414 642,414 00000000000000000000b717d2b5639a7077d155ea52de0d6273d880696b1b12 2,388 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.