Loading Tool

Explorer IconExplorer

Memory Pool

43,815 transactions
27.02 vMB
0.09044145 BTC
Random Selection Loading Transactions
Max Size: 140.98/200 MB

Candidate Block

Mining Attempt 0a81cc746577cdd4e29900ce1142e5330ffdf8b1376c86d2f322dce981935535
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root c1390733fff6d536117121c161d0a6267795fad96d76730c745c5732bf3f59c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,496
Size: 1.00 vMB
Total Fees: 0.03835245 BTC
Feerates: 151.01 > 3.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (340,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,427 574,427 00000000000000000009dbaf868f370867343a5c1e89f23e81553894f5db468f 2,877 1.00/1.00 vMB 36
574,426 574,426 00000000000000000010fef5db566d7d834d99bd2b5a8139379903b565513023 2,412 1.00/1.00 vMB 27
574,425 574,425 00000000000000000022a5eb03423e0c87952d832cc5cbfd930ddc628b778bc2 2,770 1.00/1.00 vMB 47
574,424 574,424 0000000000000000000ef5e97793983cb108e3cfc1bd4bc7c64ee5ddb99ef34b 2,881 1.00/1.00 vMB 23
574,423 574,423 0000000000000000001e787c2fc34a86b02463af3e52f55e8a6bdb1098dd7d29 2,671 1.00/1.00 vMB 12
574,422 574,422 000000000000000000022ce4208f5d378648e9aab0a14a8c68915262f464814e 2,778 1.00/1.00 vMB 49
574,421 574,421 00000000000000000000cdb7b006617d4b54fbfb42f1fa2be353bbbf8eb90c29 2,241 1.00/1.00 vMB 39
574,420 574,420 0000000000000000001cd0cd32df6251c2e824ca30c1a148f2bf87591dff1d2f 1,917 1.00/1.00 vMB 17
574,419 574,419 0000000000000000000e9acd4aa058e25a887bebe1928f1254395c06b651449b 2,314 1.00/1.00 vMB 23
574,418 574,418 000000000000000000014f2f75f90cf679b7b849eda37642a81ce2cf224f63a4 2,428 1.00/1.00 vMB 24
574,417 574,417 00000000000000000025c35e094b78f9c7d3c597d439d1afe517b54ce2bf1009 2,467 1.00/1.00 vMB 31
574,416 574,416 00000000000000000021e55f8606bc3dc466a2492bdb109e7b69ecd85717475e 2,872 1.00/1.00 vMB 50
574,415 574,415 00000000000000000019bca5c12ce0f5298e7dd655c8f05da3f3e35e7f1367ff 2,137 1.00/1.00 vMB 66
574,414 574,414 000000000000000000126a0b3494767abe0e94216b937a11814bef0877ef86bf 2,868 1.00/1.00 vMB 71
574,413 574,413 000000000000000000291203c0224a3ff889ab37aef7693b96b1b0284ace4144 2,166 1.00/1.00 vMB 88
574,412 574,412 000000000000000000230ada4ac5c745e19810e0e39787df3c7d9cbc445f17b9 2,635 1.00/1.00 vMB 56
574,411 574,411 00000000000000000016dd7130361fdaa4102abc0f0d8c00330801f3b50a76e2 1,798 1.00/1.00 vMB 108
574,410 574,410 0000000000000000002c1058d22fa79eabc5d52da2400118afdba3af26875276 2,674 1.00/1.00 vMB 66
574,409 574,409 0000000000000000001e7740a22ea4264576a7546d6026c801e3872310454cf3 2,196 1.00/1.00 vMB 27
574,408 574,408 0000000000000000000a0c91be063a51f8744adabe4ef0e68b326cdcdcb9989b 2,790 1.00/1.00 vMB 50
574,407 574,407 0000000000000000000ba6326f07d60d7079e25ce710c8722c909e00d9fa42f0 2,275 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.