Loading Tool

Explorer IconExplorer

Memory Pool

79,678 transactions
29.62 vMB
0.08800503 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt e12b499714f25644fe0180ad5a195d194f40f3e53964419bf08c3940663ccaf7
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 476e4e88ae81ea815727de98857ca03b9c4b0631d2a8df27257e71be52905ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.02523645 BTC
Feerates: 100.11 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (430,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,163 484,163 000000000000000000bb311140239b312dc5b65646359b041ae01de74be51f8f 2,210 0.99/1.00 vMB 275
484,162 484,162 000000000000000000330628f9476626ade0b5310b1c330f5c6ec38181abeb53 1,453 1.00/1.00 vMB 134
484,161 484,161 0000000000000000010515250a4cf1512f4e3b74774ac0e2861ed0ea35841001 1,502 0.75/1.00 vMB 74
484,160 484,160 000000000000000000e03df7595e10fbe6e7916d16ac699f0355ff7da2ac6fc2 1,309 1.00/1.00 vMB 53
484,159 484,159 000000000000000000fa99062866c0ad3cd600b5f7e102e44e4dbc5919a9ebcc 1,367 1.00/1.00 vMB 197
484,158 484,158 0000000000000000006fb2cf070ae8647c33dbb782b0b3c97d8fac7a7e22439a 807 1.00/1.00 vMB 139
484,157 484,157 000000000000000000ada119bd7a4093854d1a8b0914ba44e7602346cf2408b5 1,439 1.00/1.00 vMB 268
484,156 484,156 000000000000000000f087dad631341ef3698b10781a71eaa0ae6cc7e08702ca 1,930 1.00/1.00 vMB 105
484,155 484,155 000000000000000001033761e9eb831ba143b08cb83eaae5d237984d42b747c9 2,099 1.00/1.00 vMB 248
484,154 484,154 0000000000000000008bf8aed3278d13b5318ee35d9a20c4bbf0b54c20c50d27 1,920 1.00/1.00 vMB 146
484,153 484,153 000000000000000000212c1230ea97fb5fd5354c09317a6e3578b2d02fea61db 2,141 1.00/1.00 vMB 118
484,152 484,152 000000000000000000f9852b3e3a9ef325e2426ff39cdca26520dbf484446b1c 1,915 1.00/1.00 vMB 162
484,151 484,151 00000000000000000010c02d14b215b83f1466812101d52971116fe3419aaf73 2,053 1.00/1.00 vMB 297
484,150 484,150 000000000000000000e8f1953f5b05cc95270e4fff6a9d6d4f479762d597ef91 933 0.48/1.00 vMB 180
484,149 484,149 000000000000000000d7c6f03ce564cc946a5e786c912d698344aa1e7f61dabb 1,164 1.00/1.00 vMB 92
484,148 484,148 0000000000000000002794ff0b15e29824d2c50b70e6653a1f4ddd65dbe6b0e2 253 1.00/1.00 vMB 24
484,147 484,147 000000000000000000c6674b3975462baec2c3ae4bd5e918b4dd2ac1bde9bd03 1,594 1.00/1.00 vMB 85
484,146 484,146 00000000000000000003d9ce5961333953e4b317bfcfe23f73cc3f5939cea23f 1,879 1.00/1.00 vMB 156
484,145 484,145 00000000000000000020d3f1b78975c41435e2e2c19ca6feb04e21d22809b734 988 1.00/1.00 vMB 70
484,144 484,144 00000000000000000095efe4ff031137f4fbd1f8dc2a5222bf969bde907fa266 770 1.00/1.00 vMB 69
484,143 484,143 0000000000000000003f2884f5a32a9b99512a52efd2d8c930078e85f2192533 1,640 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.