Loading Tool

Explorer IconExplorer

Memory Pool

39,062 transactions
27.44 vMB
0.06702966 BTC
Random Selection Loading Transactions
Max Size: 139.92/200 MB

Candidate Block

Mining Attempt f67c23b8d5ef9f949126ae23c64ee2c0595adfd51c6a35be3b719f994d93f4e6
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 6b06b678fdbb17779034e62291754df3a4188c3bae2e7b7a81457aae91c90f4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,356
Size: 1.00 vMB
Total Fees: 0.01499343 BTC
Feerates: 100.56 > 1.50 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (82,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,264 832,264 00000000000000000000b0d25a1253c16a3b92f66707e54ffdd16d7c2a7ba278 2,959 1.00/1.00 vMB 52
832,263 832,263 00000000000000000002b2e0c8d66949ceac10962ab8e24812d89057c2a98cec 4,318 1.00/1.00 vMB 31
832,262 832,262 0000000000000000000337f169433e989fcc441a68c2ecbae9cdef4b36e86146 3,835 1.00/1.00 vMB 41
832,261 832,261 0000000000000000000266816d2d368e6cee923d2df29a9869299a4d6a31d877 4,355 1.00/1.00 vMB 40
832,260 832,260 000000000000000000015a42b8cc66ede175da23ea5df95a0c9e7170690f4e3e 3,955 1.00/1.00 vMB 47
832,259 832,259 00000000000000000000880931043b9c69e716e3414849ae1507a3cfaca6db5b 3,159 1.00/1.00 vMB 48
832,258 832,258 000000000000000000018f7b990e4d8e234d46cf664abf36d056b78d1386231e 3,704 1.00/1.00 vMB 64
832,257 832,257 00000000000000000002920457acd3c24fcfe53465f81e0aae2d36e16d6dc62e 5,225 1.00/1.00 vMB 62
832,256 832,256 00000000000000000002db52e88bb16873da34384f2d1179debc2fa166643d9b 5,289 1.00/1.00 vMB 63
832,255 832,255 0000000000000000000091fc306a15a8c8e3fe4b5b81d2ca4f018dbc4a1b38fe 4,537 1.00/1.00 vMB 52
832,254 832,254 0000000000000000000307f5497f02323950cd10d93c540d8ec27417ec9d6f9c 4,283 1.00/1.00 vMB 31
832,253 832,253 00000000000000000002ca3e26e9d986860d1c0961d3b737cf90eb75aece6d8a 4,304 1.00/1.00 vMB 42
832,252 832,252 000000000000000000033e6481d3c9ce17d69ef452a01058ba13cd581f0faac3 3,853 1.00/1.00 vMB 28
832,251 832,251 00000000000000000000c91decc139454f484a632a59cbe3bae8a51df34f1244 3,691 1.00/1.00 vMB 27
832,250 832,250 000000000000000000036590d30c18fb2e9fee828b56fb5eb1d9542d2f3474a4 3,801 1.00/1.00 vMB 32
832,249 832,249 00000000000000000002463b2087cabf77036604dc6a7cf232c3fc11c05e009a 2,026 1.00/1.00 vMB 22
832,248 832,248 00000000000000000002d0945db69dbe62d70c6983374bbda8af90180867dbf2 2,328 1.00/1.00 vMB 23
832,247 832,247 000000000000000000036f57c9b04013bf8a0cc9ce97a47f8ff785d3bb21d20f 3,184 1.00/1.00 vMB 26
832,246 832,246 00000000000000000000dc0f66bec288e7b58d1e401e6f4a8ea5533a209d7a12 3,308 1.00/1.00 vMB 30
832,245 832,245 00000000000000000002cdd6a29e4030be57005da87c4855a906ccd379c81da3 2,717 1.00/1.00 vMB 27
832,244 832,244 00000000000000000000421e64d13ef183e5d3555f16742777a0ba9b27bb3c2f 3,156 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.75 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: 630.91 GB
    • Received: 12.05 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.