Loading Tool

Explorer IconExplorer

Memory Pool

75,932 transactions
28.39 vMB
0.06628797 BTC
Random Selection Loading Transactions
Max Size: 171.92/200 MB

Candidate Block

Mining Attempt a6938aa58537412d37a477b82c4533af496651ba164d0588ffad240786b7b965
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root a41d4494c4a5ae1082b21a8398e7c284259bd7754d6f641534e65eafc01d8320
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,695
Size: 1.00 vMB
Total Fees: 0.00756944 BTC
Feerates: 101.00 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (88,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,161 826,161 00000000000000000002469e43e67ed9f793cceced1bd0ee4d6da886b3cc52a9 3,617 1.00/1.00 vMB 62
826,160 826,160 00000000000000000002d2e4c6a682a7d0e3d208f2329b0cca5818ab312fdee0 3,537 1.00/1.00 vMB 73
826,159 826,159 000000000000000000023e29c87b656b33762cc5fa8c99475574a411a26b46a0 4,548 1.00/1.00 vMB 84
826,158 826,158 00000000000000000002f7b10a29f78f34966bfb43b2c6b9347c42846efeb1e6 3,820 1.00/1.00 vMB 67
826,157 826,157 000000000000000000036be22882e49ca49510bee0809efdfb291a146b329c73 4,546 1.00/1.00 vMB 98
826,156 826,156 0000000000000000000013856b38f0d02c5aa23541a8399fdccf9b4127c59c60 4,576 1.00/1.00 vMB 95
826,155 826,155 0000000000000000000272d8e4564ddcaacf6d95b283e9773a72c51070c0c2ed 4,126 1.00/1.00 vMB 116
826,154 826,154 000000000000000000022407966fde3eacb008e6de3c33256ee4fff9a44d25e0 4,277 1.00/1.00 vMB 68
826,153 826,153 0000000000000000000353dc8b6d2a7e0424493e13bf42034627a47f854e17d0 5,133 1.00/1.00 vMB 71
826,152 826,152 000000000000000000030b3c42e6455c58f05817f7ed383d6f89e4f10e4d6bf4 3,775 1.00/1.00 vMB 138
826,151 826,151 00000000000000000001db4bc9f2516495b01989795398288c14057530356cb2 4,362 1.00/1.00 vMB 104
826,150 826,150 000000000000000000009b8066959600b1f7cd308046d2e8ffbfe4ab93564c0b 3,566 1.00/1.00 vMB 70
826,149 826,149 00000000000000000002e8ac65111630459a3b2d8d6a501a12e3fdbe054c6650 4,426 1.00/1.00 vMB 89
826,148 826,148 00000000000000000003b069da4fb98b1e6901258d5e718aa0194b17c343852f 4,805 1.00/1.00 vMB 77
826,147 826,147 000000000000000000005b2dabc7c1933a3afcd0d168e0b65aef78e661e6f16e 4,071 1.00/1.00 vMB 129
826,146 826,146 00000000000000000002a4780b3b22364128f5f4d5e91d08fca316d4031e4577 3,342 1.00/1.00 vMB 59
826,145 826,145 000000000000000000022c698359069e3e6d2f7d1505419dd729ba95704b8a1d 4,379 1.00/1.00 vMB 76
826,144 826,144 000000000000000000001356d8ea07cf70ad9fd6a38a260d59724c73a109c13d 3,736 1.00/1.00 vMB 70
826,143 826,143 00000000000000000001d7ce4b4c2936bd1b36e5f722bf33a3fb98ee932ce174 3,035 1.00/1.00 vMB 72
826,142 826,142 000000000000000000010916b905fffc409b6ae0168d576460961a19385a76b8 3,560 1.00/1.00 vMB 77
826,141 826,141 0000000000000000000178fab7e7a7df2b753efcebab825c2f633defec107aec 4,178 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.