Loading Tool

Explorer IconExplorer

Memory Pool

67,790 transactions
25.93 vMB
0.06290161 BTC
Random Selection Loading Transactions
Max Size: 155.88/200 MB

Candidate Block

Mining Attempt 1bcaee28411f570c1e77e1397b81d102826bb0f2e6c373887c81a002d078991d
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root c8bf7a29f3335043ff1a15bdd9246281e02ee03d60dcc93c13ee3f455b7c919b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,559
Size: 1.00 vMB
Total Fees: 0.00801587 BTC
Feerates: 86.29 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (640,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
275,371 275,371 0000000000000000efdb44c6d4c6b1f50fd7734c1cf40e96d2dae6d5343f9cdc 135 0.15/1.00 vMB 15
275,370 275,370 0000000000000001043ce8565229100779eb0c2953403fdea70f4a91603d8651 735 0.49/1.00 vMB 37
275,369 275,369 0000000000000003ed3cba24cccff35bd11329345be469c66a83bd1964e740c4 903 0.50/1.00 vMB 29
275,368 275,368 00000000000000024c57be4af5acff22b5fc9ff0ed43807689d3b6da1feff5e5 791 0.25/1.00 vMB 59
275,367 275,367 0000000000000000b61d6c35f833ea9aa00f0f601e36866e9c6f7a2f630b4cb5 425 0.25/1.00 vMB 94
275,366 275,366 0000000000000000b983187091ad70e6a1f16f7142ce15c06b22dd7a9133ab47 115 0.06/1.00 vMB 42
275,365 275,365 0000000000000003be6ca65d4411787657608f847c7f1da7b6d19ef9d408dc5b 60 0.03/1.00 vMB 26
275,364 275,364 0000000000000000b1f4002082debc0a89383b8f90edb21d5d1ab26e868b153d 157 0.35/1.00 vMB 5
275,363 275,363 0000000000000004b02cf74231c82d71d2a7be34289accde535e293a9bd88a8c 74 0.04/1.00 vMB 30
275,362 275,362 0000000000000000d3f91b0819e4d7b6f83f87aef45355bc26a47b8faa039f9d 69 0.03/1.00 vMB 42
275,361 275,361 000000000000000334d9238797d1492867dc2c7c06e70e4a4eed04b50589893d 357 0.16/1.00 vMB 45
275,360 275,360 0000000000000002caad4eb6f55dc4d0ebb69a81969a577313bd2f24d16205ef 478 0.22/1.00 vMB 47
275,359 275,359 0000000000000003018a4a97b213215a03e959a5705548840c1c2c1e8d94fea2 11 0.03/1.00 vMB 9
275,358 275,358 0000000000000002041a263df30a60140c869531a9e581607b2cb64a04600a3f 456 0.22/1.00 vMB 52
275,357 275,357 00000000000000019c9911486950ec98e01e9c36ac9a625336693f357c9aa272 477 0.22/1.00 vMB 40
275,356 275,356 00000000000000027604a8a449c5c8b1dac5e8e4da02b5fcb057b04fe3a4159a 88 0.03/1.00 vMB 53
275,355 275,355 0000000000000002787878c831dce62dc94042a1b48797cb139879ab7ba07b95 441 0.16/1.00 vMB 46
275,354 275,354 0000000000000002b392ed301a0cd239b0b4e0d8f80f7dd82a1b8cec7e22ac14 361 0.24/1.00 vMB 21
275,353 275,353 0000000000000001c7defdcfc589efde81e32e826c2e5aa6a956ef0e50a5e2ec 773 0.25/1.00 vMB 82
275,352 275,352 00000000000000011649126e6652b0de2a19ae3b25006b3b725f2ebf3164217d 21 0.01/1.00 vMB 31
275,351 275,351 0000000000000003de8ec3b603a14334e3f7c39b78b28e3c2928b89f1868f8d7 176 0.15/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.