Loading Tool

Explorer IconExplorer

Memory Pool

83,616 transactions
30.82 vMB
0.15062449 BTC
Random Selection Loading Transactions
Max Size: 185.45/200 MB

Candidate Block

Mining Attempt 6eb491f32e590b3ed2a8be146c505fd400dad53a36e06d88dbd30667b64c04d7
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 6fe6afb195c2d86dc46efdd6b49d2bea4c0869823199230c95612733473bdd09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,471
Size: 1.00 vMB
Total Fees: 0.08382936 BTC
Feerates: 150.77 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (86,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,205 828,205 00000000000000000000d7366c66e444242e69d33a26bdeea7c40edce643b7d3 2,981 1.00/1.00 vMB 33
828,204 828,204 00000000000000000001cd112fd74b5a5c33edb4e22312943b9cc61ae8e92101 5,934 1.00/1.00 vMB 30
828,203 828,203 00000000000000000002e77a6de5f266dcf9def6e7ee00e26a3e617ea00e9001 3,995 1.00/1.00 vMB 29
828,202 828,202 00000000000000000001cbb04165591c0d013be09053c7d0b04c157a3939ba16 2,793 1.00/1.00 vMB 27
828,201 828,201 00000000000000000002e7c2a2a44f417f35bae5609346dabc4e752bcaf9e5a5 3,943 1.00/1.00 vMB 35
828,200 828,200 0000000000000000000022c51721631f2bfc63650d09ae003339263f0e31ffa6 3,612 1.00/1.00 vMB 30
828,199 828,199 00000000000000000003a1bc977acaa4085edd7078122ac8973ae35c4f8072bc 4,972 1.00/1.00 vMB 39
828,198 828,198 00000000000000000001e3fe0e44202df2acb187e5f8eea317defdee1c698ea6 5,009 1.00/1.00 vMB 33
828,197 828,197 000000000000000000020f1d393e6a1a64ba0cb3ccd62936d97ac90e88765b15 4,387 1.00/1.00 vMB 36
828,196 828,196 000000000000000000025175491d2c26e5c6b85db56ab44e17e3a93efbdb5a15 5,146 1.00/1.00 vMB 32
828,195 828,195 00000000000000000003bf07f3ee0c2ff1ce6f5169745d2d7394e1a16e909e8f 3,346 1.00/1.00 vMB 44
828,194 828,194 00000000000000000001c92ac75485880c1483467b869552c6e71e01b9a6c235 4,376 1.00/1.00 vMB 34
828,193 828,193 0000000000000000000037ded66d2eb327aa4c0c76fcb1dd8440a967f774c329 3,132 1.00/1.00 vMB 39
828,192 828,192 00000000000000000000451d3978dec23f2fec7ba9d280ace1d4d29eb40b2909 3,380 1.00/1.00 vMB 45
828,191 828,191 00000000000000000003a2c070518e47dd3218dba41a40a29ad64f93776b6e2b 3,153 1.00/1.00 vMB 31
828,190 828,190 00000000000000000000448d103e5876baad864a099bf01cf9e9241f7a7b07eb 3,223 1.00/1.00 vMB 35
828,189 828,189 0000000000000000000259edc05e439e147bf3998f86152dfa667b3161af03e0 2,814 1.00/1.00 vMB 38
828,188 828,188 000000000000000000007b10f7737ee1c948b73a32a892f34ff6e69b47a895ac 3,554 1.00/1.00 vMB 42
828,187 828,187 00000000000000000003e1095f9dc50659797a357ddc28dd1eb65b52c2881876 2,703 1.00/1.00 vMB 40
828,186 828,186 00000000000000000000d721cdf694d94d46817cea13876ed4c167373386f006 4,946 1.00/1.00 vMB 27
828,185 828,185 00000000000000000001b473d951a1ef496df39526f0f1dceaec6ac3e15991e2 5,276 1.00/1.00 vMB 28
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.44 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.