Loading Tool

Explorer IconExplorer

Memory Pool

26,697 transactions
24.24 vMB
0.04833205 BTC
Random Selection Loading Transactions
Max Size: 118.94/200 MB

Candidate Block

Mining Attempt e8a8d252a04fdb413410de2ef665bd5227a8ffd93b99701a8d8c4634ce0fa35f
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root ea75c886831062eea8bdd55a4a7188d5c9f882f06fcc9c6c3c9d28981996bf0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.00549865 BTC
Feerates: 73.20 > 0.55 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (538,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,455 376,455 000000000000000000e060c617871cd3eff658f86c9781c6ca5c29a28de4ea79 228 0.10/1.00 vMB 35
376,454 376,454 0000000000000000031cb8b2e85bf16910c17fc1f3699d1d9d6868d62f82b664 227 0.14/1.00 vMB 30
376,453 376,453 00000000000000000e776d83c63202fa38995806b5055976884705ad1f34b3dc 899 0.38/1.00 vMB 36
376,452 376,452 000000000000000008ba216dfe56ad97796ddc3e20f1fb1c30a9397ccf6ee88e 193 0.12/1.00 vMB 38
376,451 376,451 00000000000000001103e5dcf91f15a8543ae073a3dafdfe5d20c93ef77df0cc 1,101 0.68/1.00 vMB 23
376,450 376,450 000000000000000009e2c4d69b9020e053eb41841f2aebf807af89b573b1a5a0 1,826 1.00/1.00 vMB 43
376,449 376,449 00000000000000000af174f909f529b10460062d75f68072576fecdb7bb008a8 1,387 0.93/1.00 vMB 46
376,448 376,448 00000000000000000d2beb8d6f3938e9670ddb7f107dfa51cd886e5c26c9963d 186 0.10/1.00 vMB 29
376,447 376,447 0000000000000000060c79540ba00cae08a372ade60f068c24408801e9840032 1,166 0.57/1.00 vMB 37
376,446 376,446 00000000000000000f44adab869c67e3ff7727d16433f208a5711718c4748c4c 1,255 0.62/1.00 vMB 41
376,445 376,445 00000000000000000c91485e60e4bbf4143c7993c7d53c6e36493dde7b1b99ca 351 0.28/1.00 vMB 34
376,444 376,444 00000000000000000652c45911fdb5b8efbce13ce247d3b6b9ced3471db89844 913 0.54/1.00 vMB 35
376,443 376,443 00000000000000000edb8ff352c7ba444dd1ffb3977638d9efbfae186d0c8b2b 203 0.10/1.00 vMB 31
376,442 376,442 00000000000000000176203a61e9034b43ce58686419a4aea7a2143c6c5fedf7 1,108 0.74/1.00 vMB 28
376,441 376,441 00000000000000000ee0bf8a4aba338255c4413126dc44ca31e7db8a20f919b7 596 0.73/1.00 vMB 16
376,440 376,440 000000000000000006eacf4b8bd5e5b82cbc357c0443a5937f259e70edc670d8 1 0.00/1.00 vMB 0
376,439 376,439 000000000000000007d35f908507c0b13d5e96244de1a5b5b77b0ad3bda9dbd5 832 0.61/1.00 vMB 32
376,438 376,438 0000000000000000005ab12462a945b420c3499cda1003439e09123a4462a67b 604 0.93/1.00 vMB 31
376,437 376,437 00000000000000000e271689fbbc71547d11583a633ae443afa88626acbe33a4 1,363 0.93/1.00 vMB 46
376,436 376,436 0000000000000000037dc5c893d7322ef62c52ef6822d056c9f8bc25d93af9d3 535 0.26/1.00 vMB 40
376,435 376,435 00000000000000000ae385e5b83c5ac0477468c3e542cdbfbf8ecf4f3a370dc3 1,091 0.94/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 641.69 GB
    • Received: 12.52 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.