Loading Tool

Explorer IconExplorer

Memory Pool

42,489 transactions
26.77 vMB
0.06415743 BTC
Random Selection Loading Transactions
Max Size: 140.55/200 MB

Candidate Block

Mining Attempt 660cf7fd263c29423dbe2203d519cf7e62f8330577c9f054c2e17504b887d1ac
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 822794d76368a0dd8b6931e85c2f7c1c5c0c8985c6a2d1bf981164192e422a35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.01449319 BTC
Feerates: 181.54 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (242,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,487 672,487 00000000000000000006cae670f70127ec3d6422aad0d61d9984178c0caa2e02 2,553 1.00/1.00 vMB 110
672,486 672,486 00000000000000000009a5fbe17ed811f49ef03ae883cc88f6baeb51852ab3ac 2,445 1.00/1.00 vMB 92
672,485 672,485 0000000000000000000532fccdb8329d0ae1ba59c9f43471e6e4a1efe69e9100 2,966 1.00/1.00 vMB 116
672,484 672,484 00000000000000000007d701ed789c6831cec5bdc8ae859b13ecb71eb185a29e 2,511 1.00/1.00 vMB 131
672,483 672,483 00000000000000000006a2a8f976a5ba4decd4bf724290b9db64fce935c7960d 2,737 1.00/1.00 vMB 83
672,482 672,482 0000000000000000000cae534e4d44a2278f575e56a5f967ef18ba916a16806d 2,414 1.00/1.00 vMB 128
672,481 672,481 0000000000000000000b6549205de4024e92b9bdc21f87017adf1a01dc81a896 1,467 1.00/1.00 vMB 29
672,480 672,480 00000000000000000000368cd2eaab5ab9598b51f01ebce83ea8419232a66e9d 1,534 1.00/1.00 vMB 118
672,479 672,479 00000000000000000003034338d5e29648e175ad3c85723045ff0524de7a7542 2,098 1.00/1.00 vMB 47
672,478 672,478 0000000000000000000957793c7f9bc44044ddaac907591e2ef1ee36d5e8c448 2,141 1.00/1.00 vMB 27
672,477 672,477 0000000000000000000182d8acc52e4cdc4a1b3480850e9904575f3ff8fc5873 1,938 1.00/1.00 vMB 46
672,476 672,476 00000000000000000008c3e0d4288ef0d8b2474abd322fd35b5bed69a5cd4158 2,100 1.00/1.00 vMB 26
672,475 672,475 0000000000000000000c0f2eb49170779b9277cdfaaead94395711ef242ee255 2,079 1.00/1.00 vMB 25
672,474 672,474 00000000000000000007d34ecc4de69e3f6659535669733ea349f1872095a3eb 2,245 1.00/1.00 vMB 83
672,473 672,473 000000000000000000074b9d187cca8c5b69dc636f3640d04423705a10715d70 2,547 1.00/1.00 vMB 107
672,472 672,472 00000000000000000001cadb8fe9824fd0778a551445ca3c82a8edd52ee78a2b 2,334 1.00/1.00 vMB 71
672,471 672,471 0000000000000000000b691cd63d88edb465e43b477948d9fd82d1e927b15eb6 1,239 1.00/1.00 vMB 29
672,470 672,470 00000000000000000006644ad08cd575c280aab60e2a8e67cf7bba703565d5aa 2,640 1.00/1.00 vMB 54
672,469 672,469 0000000000000000000081562e321c0528643d92508555707f02e702b3846578 2,832 1.00/1.00 vMB 145
672,468 672,468 00000000000000000004c423a33586a0d8dbbd2d4f1122d16cfe11742181b688 2,501 1.00/1.00 vMB 89
672,467 672,467 000000000000000000090ef0d38c6a5a8b7bf9348dbcb3dc801a0289fcd9bd29 1,422 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.