Loading Tool

Explorer IconExplorer

Memory Pool

38,087 transactions
26.24 vMB
0.06561118 BTC
Random Selection Loading Transactions
Max Size: 134.94/200 MB

Candidate Block

Mining Attempt d3dd2049a539b74f76462b99721e65921ff01229dd4e1e6bf353c0489b98242f
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root a7d687be18e593e00f82304d481202b429a31a6a1001f71f837a15bc717309e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,201
Size: 1.00 vMB
Total Fees: 0.01704367 BTC
Feerates: 102.99 > 1.71 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (463,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,231 451,231 0000000000000000013fa1143876aef7952925d92b125c49e1d3054bf176b01b 1,377 1.00/1.00 vMB 76
451,230 451,230 000000000000000001dc13258d1594c5f194360477fe52692c1d398b8f782b6b 2,909 1.00/1.00 vMB 67
451,229 451,229 00000000000000000059f60a73af310d4df3e2a6e38fe6b994398f847c2f17cb 1,591 1.00/1.00 vMB 83
451,228 451,228 000000000000000000289428fd6b0d7ecabbe4a52247a54d9bc8c4b6bb3848b1 2,309 1.00/1.00 vMB 109
451,227 451,227 0000000000000000014ca02bc9baf68e6b3e8b1c27e4486327e9cc689283be93 1,422 1.00/1.00 vMB 130
451,226 451,226 000000000000000001c523d732213a638605ed9e8e66d86cc572c4564d795d91 2,262 1.00/1.00 vMB 126
451,225 451,225 000000000000000000f6ede83ab6ef7be1cead066dabc88c7f840715875d8789 1,596 1.00/1.00 vMB 88
451,224 451,224 000000000000000000e36923e4cae36b424132bf033119c881da9282f207a58f 2,161 1.00/1.00 vMB 112
451,223 451,223 000000000000000001a74b28c82d143d49360f7bf7f1501efa1fbbf1fbebe5bf 2,146 1.00/1.00 vMB 99
451,222 451,222 000000000000000001204c292fc12adb0b8337891e53bad2c6515ea7db16bdb0 2,246 1.00/1.00 vMB 117
451,221 451,221 0000000000000000021f4c24d298848c9fcd0fc36c084e164f4bd8bb2ec92383 2,700 1.00/1.00 vMB 134
451,220 451,220 000000000000000001127af1e220c30e9ca93dff96ea2919c9718d7ca121b51b 2,920 1.00/1.00 vMB 75
451,219 451,219 0000000000000000004e23e36158b9ac166dd77a77b02bf0a3888e312bfb0757 2,047 1.00/1.00 vMB 80
451,218 451,218 000000000000000001369a9cd5ed99c3cfc856abf3d7658849ceb228c2a5535e 1,613 1.00/1.00 vMB 101
451,217 451,217 00000000000000000218a553dfd307e8fa4cb3318b9854cb0fae8c8d2e9d1095 1,909 1.00/1.00 vMB 85
451,216 451,216 0000000000000000003a182bbde71f386516fe437e96c944302e01a5160e4bb5 2,206 1.00/1.00 vMB 114
451,215 451,215 00000000000000000207c46de225f9f69cfa4ff1b9eecf17455aeb3d94ae530b 2,513 1.00/1.00 vMB 121
451,214 451,214 0000000000000000015d7d4b56626252b265fd4368ece2a98fc2e419d3e65538 2,377 1.00/1.00 vMB 106
451,213 451,213 00000000000000000254672605139461b53b5f872b2900e5810e666fc664b54d 1,464 1.00/1.00 vMB 71
451,212 451,212 000000000000000001ac5298900eb45502fc8ff087d43f1c14207e3224582c6b 2,534 1.00/1.00 vMB 73
451,211 451,211 000000000000000002bafb09ce58e819efa3a4838a8b897492adee9d12653ddd 2,219 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.