Loading Tool

Explorer IconExplorer

Memory Pool

28,545 transactions
9.25 vMB
0.08933365 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.67/200 MB

Candidate Block

Mining Attempt 54d0c7edcea47eae8327f6dd182b3c41616fe9ee4b2134cb46f5c7f3f79fd816
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 06e7e7d42f4422061d5328747390dd63d91cd5d3928107abdf2c69c7216f3cd2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,293
Size: 1.00 vMB
Total Fees: 0.02723171 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (774,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,517 138,517 0000000000000935d55ca7f948429be69ea52047273a00ec3691feb676f6e042 0.00 MB 6 14
138,516 138,516 000000000000001d17d3bce3a12dfd702559acf6944b676d809cea09f21c9e29 0.02 MB 50 99
138,515 138,515 000000000000020ac451af96863bef245f5dc69e25a8b069abf1ee7518c33cdd 0.04 MB 116 150
138,514 138,514 00000000000008e46d3895091c3507b1acd1a6450344cf128b8abe40870ac324 0.00 MB 13 333
138,513 138,513 00000000000008efdab52544dbd67a78b8c842a3c77b90b5936dbae80767e457 0.04 MB 94 104
138,512 138,512 000000000000066f0d3d6044cebd1b9f2c2ab87d64509892bc2bce72cf55b3f8 0.04 MB 106 211
138,511 138,511 00000000000000c76b0873a02fad150d70dc8658c5fa02d1c0c3c5b658a3b3a0 0.01 MB 11 1,065
138,510 138,510 000000000000062d9bc69721bcc4be0d653fabb4c9143dfbcca9d7fef0e38ea4 0.02 MB 31 52
138,509 138,509 000000000000069aab2db7932cc91cf73bbcf3d9b5e2e9ce7a85f708c90e9146 0.01 MB 16 56
138,508 138,508 00000000000005d031c6d326185b9abee7d33349bd794056812f2b8ec2658811 0.07 MB 146 299
138,507 138,507 000000000000068fffc279b9ad2d2ee160bf4dcf00061f838203824cc3ed2caf 0.05 MB 59 20
138,506 138,506 00000000000001c44e15ab98d42d2bc1fec37efd534e2f15c7d6a07e144cfe20 0.05 MB 64 174
138,505 138,505 00000000000008f674b98a7dffbbcd640b8d4aaa8d5da3b6d872fa04322bbc39 0.05 MB 24 57
138,504 138,504 00000000000002fd5fdca31aaf18bc93b0726e81067834f2155f80c8c70fe8a2 0.07 MB 45 117
138,503 138,503 00000000000006a71496420334c36239b1e2ff20e0d1606b00167f5d9e3eaf19 0.05 MB 102 35
138,502 138,502 000000000000099788937999bc3152521320d214176190003fa2eb21e68c414e 0.05 MB 80 87
138,501 138,501 000000000000033595660076582f68eb77cec69881b42a0419355e911c13401c 0.06 MB 98 197
138,500 138,500 00000000000005f8cac280bc20cf95982c110a8d3a7f35fc9cb308a454fd6094 0.01 MB 21 71
138,499 138,499 000000000000088ab203db89dd28999788ee8b7161c03b1cbad285fb673ac949 0.05 MB 57 77
138,498 138,498 00000000000002bffaf2ba8d9d3add70e727ff8f9f0ef62fd8636fa2ffc1066f 0.03 MB 101 174
138,497 138,497 000000000000020ccb707ada5bcd19dbc057402565baafe2d163683f79c168d2 0.02 MB 24 467
Previous 10 blocks ↓
Total Size: 778.83 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: 379.43 GB
    • Received: 3.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.