Loading Tool

Explorer IconExplorer

Memory Pool

29,035 transactions
6.43 vMB
0.04794640 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.96/200 MB

Candidate Block

Mining Attempt d8d115c5836b064fd54ea9708d72754ed91c08d266ea9c15870aa0d80ccc0742
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root e8702f89a32e97b0725e25d458de72f7dfb2c884582931628cf408a52027ec9e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,309
Size: 1.00 vMB
Total Fees: 0.03327489 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (743,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,537 169,537 000000000000088373cb4c6c291ab8fafa7bda29112e1901d57628cbfe71ad70 154 0.05 vMB 12
169,536 169,536 0000000000000368f75bbf75b3771125817cca9ba3892671fa807faa3be36ba3 107 0.05 vMB 80
169,535 169,535 000000000000084c595842cef48ad735a7d3232f95b88c01840fddf80942d42c 52 0.02 vMB 496
169,534 169,534 000000000000053dc4380fa7f1714e4b69c72996f5a25920a76792475717d347 86 0.05 vMB 2,055
169,533 169,533 000000000000089c0df0ca3b2d544a2dcaa2eb5e1bb7e991315d7a301ecab7ad 10 0.00 vMB 174
169,532 169,532 00000000000009cf8aec16046ac0d9a8064db0100ed66fe76fdc5aef73f3b553 43 0.02 vMB 9
169,531 169,531 00000000000001b4c3d9b6d4beb3c073e3298386e35ca8c3bf2f10712d9060dc 119 0.07 vMB 105
169,530 169,530 00000000000002dc3811d22183b187b9242a3dd4d24a73ad7141421b3db72b5e 113 0.05 vMB 61
169,529 169,529 000000000000092b72b87fc48a021afd177614603cbdca9eb20a5d13548ff48c 55 0.03 vMB 186
169,528 169,528 00000000000009021926fb237710e61cbaf47f6a6f0b76095aceb7a5db6ac9de 22 0.01 vMB 196
169,527 169,527 00000000000008c0af4ace0d06080ee80f3559eb7a84fd886b260a912df76975 45 0.02 vMB 104
169,526 169,526 00000000000006649ed0dd5f2f744098877286b0efc98fd24185db9a3a1e8542 145 0.05 vMB 81
169,525 169,525 0000000000000ac7fd862bb9291b9663cd4b8a80e0173bd86c0330a171076dd6 107 0.05 vMB 12
169,524 169,524 0000000000000232503540f89a9ba6ec1d77ebbc3321c35edf740400f09b5aa4 9 0.00 vMB 63
169,523 169,523 000000000000020a41adb2e811081d4891d7baaa69d9791cc2c7a190c49ded97 15 0.01 vMB 181
169,522 169,522 00000000000000e223df7cfb4caf72c10798efd89c78ec876e2af03f74c9dd4d 39 0.02 vMB 30
169,521 169,521 000000000000006c32eb7f32bc5f4566ec5eec5f5dd3a00f56d01dec0b071d3d 93 0.04 vMB 146
169,520 169,520 0000000000000a35079bf5feee4acb8258518e90ec9875f0542d60c1d5224bb8 18 0.01 vMB 33
169,519 169,519 000000000000065da1282fc29942247246955cb05c98e53d011afd2c8907262c 54 0.02 vMB 122
169,518 169,518 000000000000048a081592dfb4cd3c5949419c1047aaf3d04cc1287bfcf24fa8 12 0.00 vMB 0
169,517 169,517 0000000000000662082536538aeea32cadc15a1b255d86115c238e31c90f460e 41 0.02 vMB 111
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 44.41 GB
    • Received: 0.64 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.