Loading Tool

Explorer IconExplorer

Memory Pool

82,056 transactions
30.10 vMB
0.13253824 BTC
Random Selection Loading Transactions
Max Size: 181.83/200 MB

Candidate Block

Mining Attempt 0ba67079e662b9deaacc245ba9dcfa606b1cf61ab1d8bce6308ac2a6524dd68a
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 121cb65524fb2b4287611320177ea0b710dc8dadd3fc6f7d4212db7da81042e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.05500659 BTC
Feerates: 477.45 > 5.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (40,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,426 874,426 00000000000000000001225aed141d25ee1e6ca817f5a8837ffd2de0f28e249c 2,501 1.00/1.00 vMB 9
874,425 874,425 0000000000000000000175aad4b7bed9767f725f1c2e69966a87cfbe34ce6596 3,362 1.00/1.00 vMB 13
874,424 874,424 00000000000000000000541b5a019b99b8cf05b70e20327b1262d0302eda86d3 3,807 1.00/1.00 vMB 13
874,423 874,423 000000000000000000005f5aac397dbdc00a7439a124ea42dda740f1adc18198 3,473 1.00/1.00 vMB 16
874,422 874,422 0000000000000000000257efd70d326eef25d0b02d0bb61a263492233d532267 3,531 1.00/1.00 vMB 20
874,421 874,421 000000000000000000018c61861db107554d672cdf90e054b8079d27c4c10367 1,165 1.00/1.00 vMB 8
874,420 874,420 0000000000000000000269e100434291a4cecc64137a377cce661935a70551bc 3,534 1.00/1.00 vMB 13
874,419 874,419 00000000000000000000f2cab1c1e9f4cc69ac72805b535c86ab9706795cf333 540 1.00/1.00 vMB 8
874,418 874,418 00000000000000000001aa86e6f6b9178b0e11c84a9a09c5e89298c0d9d93505 3,006 1.00/1.00 vMB 10
874,417 874,417 0000000000000000000274523c90f656def525d2a87af5092998c83286859993 3,414 1.00/1.00 vMB 15
874,416 874,416 00000000000000000002580405b56a823a8ef668113d445a229b59ef9d4d50d9 3,402 1.00/1.00 vMB 14
874,415 874,415 0000000000000000000203c6650c2bd308f44ce31b0a87341751a10d97110979 3,323 1.00/1.00 vMB 16
874,414 874,414 000000000000000000017ba15091bf6e81c1d04a90ec8de905897cf154e8a0c6 2,008 1.00/1.00 vMB 11
874,413 874,413 000000000000000000025d84fd873eb263a38510d243954dfdd097884f3d7c12 1,695 1.00/1.00 vMB 10
874,412 874,412 0000000000000000000082b8e6f13b76c17f4a02c5034b4f64625e8f5aa629ce 2,857 1.00/1.00 vMB 10
874,411 874,411 000000000000000000019231d9b2f51a3e112c54036301a273049c5d91e68d20 3,297 1.00/1.00 vMB 11
874,410 874,410 0000000000000000000016aaf5d909d4dea4a680b0dbe1bafdb4e8869e30c28c 3,716 1.00/1.00 vMB 15
874,409 874,409 00000000000000000002a3c0f3e47a0b7080a6c5e871885ee27594ff0b80ea1d 3,706 1.00/1.00 vMB 14
874,408 874,408 0000000000000000000237a81cf2e33e851b82dea9255f8d16d4119774ac3a5f 3,889 1.00/1.00 vMB 17
874,407 874,407 0000000000000000000175381a9ceff00d2132d6cff4f94b6da8ac5e15ec9cf9 3,777 1.00/1.00 vMB 19
874,406 874,406 00000000000000000001de6a5ad1d775542c8d4005af59eb11189829256bf7c3 3,729 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.