Loading Tool

Explorer IconExplorer

Memory Pool

43,325 transactions
28.00 vMB
0.06509096 BTC
Random Selection Loading Transactions
Max Size: 147.84/200 MB

Candidate Block

Mining Attempt 40f38fc725090824df470c55aca046ae28f5fcc09e777755d519fb5a1146161e
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root 2e1d47229a6040238fdcc66e2ad20bef337a6fd13245cfb68df58b9b5751469f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,499
Size: 1.00 vMB
Total Fees: 0.01249585 BTC
Feerates: 106.79 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (229,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,552 685,552 0000000000000000000d1f799eb1b32cfca4a5c9c70cfb7a113098db6049dc12 1,598 1.00/1.00 vMB 12
685,551 685,551 000000000000000000057f002efdebf226920f7ed5c070d03be237fbf0a9f258 2,284 1.00/1.00 vMB 43
685,550 685,550 0000000000000000000718530c20632e2c98f45e4099eb5fe0821f5f5198d867 1,385 1.00/1.00 vMB 8
685,549 685,549 00000000000000000009f9684d80a4933fdd1bf3cec8c7fbb5b48e954dbed1ce 1,422 1.00/1.00 vMB 20
685,548 685,548 00000000000000000000c92d7ddd952098230f705b762efdf28ce1a661c86065 1,700 1.00/1.00 vMB 26
685,547 685,547 0000000000000000000bb2348b3621c63f0f6abf6f24d1660c5a904bc60f7938 516 1.00/1.00 vMB 5
685,546 685,546 0000000000000000000c6b69bf5527ac1f5f3bfcc0968b2950e0874256722136 820 1.00/1.00 vMB 31
685,545 685,545 00000000000000000004429bdb813fbbd0a1e1e1028a6492a0f91941516419c9 1,834 1.00/1.00 vMB 58
685,544 685,544 0000000000000000000bb59ed291a18be659361de389a098a3b4a972b9bb1b26 773 1.00/1.00 vMB 13
685,543 685,543 00000000000000000009c74b318dd7f2c54f3606c74d63517c7920a7e777f334 420 1.00/1.00 vMB 8
685,542 685,542 00000000000000000009a7177a5594024b5a019e1dc15bef8e01b0b31a0cf05b 2,201 1.00/1.00 vMB 32
685,541 685,541 0000000000000000000762b09a26df4b91d24ab6f1b7a14e55cfac0f43e64da3 2,096 1.00/1.00 vMB 29
685,540 685,540 00000000000000000004525f68e987d56d51d4f3e561f17e14f476102532904a 2,254 1.00/1.00 vMB 6
685,539 685,539 000000000000000000082d784f9e87ff2fc6ef96c96a5fd9caedc3a25c250a7e 2,150 1.00/1.00 vMB 9
685,538 685,538 0000000000000000000661d14e6696a6aee0efb384edc37c7abfeed33f9ca088 2,311 1.00/1.00 vMB 42
685,537 685,537 0000000000000000000229969839f9b07519d4132b7253967879de2e838ac552 2,551 1.00/1.00 vMB 48
685,536 685,536 0000000000000000000a75146e9da2ad1e1f7ef0a9cb59a4b12167d04095ea5c 2,700 1.00/1.00 vMB 78
685,535 685,535 00000000000000000006cf433ff89507b326f5f2e46438fce6cc80487efa9892 1,080 1.00/1.00 vMB 68
685,534 685,534 00000000000000000008dfc771f310e555ffdd260f2d4e075843ab93dd7b2524 1,619 1.00/1.00 vMB 30
685,533 685,533 00000000000000000000a71c42655ebd25a9a0c5d7cd92b5c55e637d7a4aade4 2,284 1.00/1.00 vMB 51
685,532 685,532 00000000000000000003719264135423bc25bd94f633cc67f2305e2299e339a7 1,126 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.05 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: 650.83 GB
    • Received: 13.33 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.