Loading Tool

Explorer IconExplorer

Memory Pool

81,005 transactions
30.08 vMB
0.07495512 BTC
Random Selection Loading Transactions
Max Size: 181.33/200 MB

Candidate Block

Mining Attempt a751e8424029e07bc761ceb45f9712336e4c4b5b4d9600f7266e03c6dcb92bce
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 9379bae9c561a79e96a62f5060259fae00943eb1e4e037dffdc66a07ce885aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,300
Size: 1.00 vMB
Total Fees: 0.01325478 BTC
Feerates: 40.21 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (485,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,173 429,173 000000000000000001edebe768f6dd4c95186dc0e560d993b3f05587e8e349b1 846 0.38/1.00 vMB 58
429,172 429,172 0000000000000000012f7098fac361df34c01b0cb5b86381506c0580c1a25366 1,062 0.59/1.00 vMB 47
429,171 429,171 000000000000000000501c94b4c89c0859ea78c33a4a9343435a44da9f3e115d 661 0.25/1.00 vMB 68
429,170 429,170 000000000000000001d830077c698cdd33b3f8068fa3a4fc4cf1dfd35affaf89 372 0.12/1.00 vMB 82
429,169 429,169 0000000000000000045eea752581d4c35abcc7ac2aeaef4f6c36e7441726964a 1,359 0.53/1.00 vMB 61
429,168 429,168 00000000000000000089cd49d08f2615fc4e85f0d0b2ad1159dd9d4ee7ed74e4 1,404 0.99/1.00 vMB 32
429,167 429,167 00000000000000000417e4d57fe16cbc3acbf13a560a9065d3508f09e6b2908d 2,417 1.00/1.00 vMB 68
429,166 429,166 000000000000000003714d7a53db563929a708b3f5cc66335ebb5102e126cad8 1,599 0.64/1.00 vMB 57
429,165 429,165 000000000000000000915667fb7465ff4738a70c52987503132e932b28d30ef4 339 0.11/1.00 vMB 74
429,164 429,164 000000000000000003e59b54e6b4389caa56b10fb906688a451979c985803a87 150 1.00/1.00 vMB 3
429,163 429,163 000000000000000000ea0e23048f792f241b4ec4d333d02818a2fda040b4c6e3 989 0.58/1.00 vMB 43
429,162 429,162 00000000000000000059d216450284d06641d419f319a021773ec7700dffa45a 990 0.45/1.00 vMB 54
429,161 429,161 000000000000000002f8c1e21b3ecb3c215885229a43f607b3c26065c0ad3fa7 2,618 1.00/1.00 vMB 71
429,160 429,160 000000000000000002c258ff47d0a00b4bc9a2311a4e0234133e8963498ff25c 2,191 1.00/1.00 vMB 47
429,159 429,159 00000000000000000048668284f6a365057329d0e3d3649123f7a0b1efd0146d 1,617 0.62/1.00 vMB 63
429,158 429,158 00000000000000000454c05015b3b6de8731aff29304ec08a63438bca1afab1b 950 0.54/1.00 vMB 41
429,157 429,157 00000000000000000450a0e2fd82bb35c6bb32196dd7644784758e23a0f8593f 1 0.00/1.00 vMB 0
429,156 429,156 00000000000000000431c0c407c713676453d1fcc9fb72ff44be0ea11e99e080 2,455 1.00/1.00 vMB 66
429,155 429,155 0000000000000000048176d0a090f424ed0ced0d2dd1634b88e697ed6d7ecf1d 1,682 1.00/1.00 vMB 54
429,154 429,154 0000000000000000001b314704811d9f20fcf3d7af8374c9735b4cd2ff90a888 2,665 1.00/1.00 vMB 72
429,153 429,153 0000000000000000018c817270e8384e9fee524859c15e7796eb3c6fccd23e91 642 0.30/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.