Loading Tool

Explorer IconExplorer

Memory Pool

45,183 transactions
28.69 vMB
0.12481628 BTC
Random Selection Loading Transactions
Max Size: 151.82/200 MB

Candidate Block

Mining Attempt ff9933cdfb2aacd4bd1bd373c46e4f1540ba29410aa1794ec9aa148b3f1364a9
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 10ae7c3aca71ca5214a1553101e05b2c315276e9de91e2aecd625e0789734b47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,354
Size: 1.00 vMB
Total Fees: 0.07011797 BTC
Feerates: 101.65 > 7.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (229,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
685,531 685,531 00000000000000000006110d8afced0e5648d2c7755bac7d85fdd3a265a473bb 2,003 1.00/1.00 vMB 30
685,530 685,530 00000000000000000007916f5f16a1c12be797f4619d8337943cf33f4b452293 1,809 1.00/1.00 vMB 62
685,529 685,529 0000000000000000000c420ac8767d00cfb43f034db6cab9ff47f1ae1763e2f1 1,972 1.00/1.00 vMB 32
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.89 GB
    • Received: 13.34 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.