Loading Tool

Explorer IconExplorer

Memory Pool

79,117 transactions
29.67 vMB
0.07455967 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt 6658a8ed7c7056586e46e6454bbbc2f6d7bbfcf15b1e1e95c5e89ae7a2dcddd5
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 1c74f1ca769ba5d36d332ef3213d5309904ecdce4c4d668040e2df685f17eb25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,975
Size: 1.00 vMB
Total Fees: 0.01396186 BTC
Feerates: 150.77 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (296,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,796 618,796 0000000000000000000f1399c6268f44af414dcef0f4fdf2455a50c96feafde3 1 0.00/1.00 vMB 0
618,795 618,795 0000000000000000000e6e87fa788193a3f01fbf94681651d871877edc747d55 2,607 1.00/1.00 vMB 26
618,794 618,794 000000000000000000095239318b6706ed1a149e32e3f496258984565c8e997f 2,671 1.00/1.00 vMB 48
618,793 618,793 000000000000000000022a3982daf65a80b9f6ad7824c6a4a270cbe4276e1e89 1,035 1.00/1.00 vMB 4
618,792 618,792 00000000000000000002b453bcf11b5dadf1d18736c445558bb4dd2110289175 2,145 1.00/1.00 vMB 14
618,791 618,791 00000000000000000006f8c52c571dd7bff10909c786a3b8479f9854a0b6f717 1,977 1.00/1.00 vMB 18
618,790 618,790 00000000000000000005a22d98c3fbf2d0a67d4697fb233f80891068a782c305 1,392 1.00/1.00 vMB 22
618,789 618,789 00000000000000000002ebecb34c81fd755b03f8a6096a66b5930aea5e195fe8 1,014 1.00/1.00 vMB 77
618,788 618,788 0000000000000000000c6c61053079cdc245d71218f5ebb205afd6a370d6a3f8 2,161 1.00/1.00 vMB 7
618,787 618,787 00000000000000000010dababdae342ff692f2c450b29bba2c35bffe9b21913a 2,273 1.00/1.00 vMB 9
618,786 618,786 000000000000000000111ee45058b8d3e5adaa3f6ec2aec4098d764eb7168a7e 2,919 1.00/1.00 vMB 11
618,785 618,785 000000000000000000026e5c98c0c9344588f1949d4f31c1c4d49f223712cc1a 2,776 1.00/1.00 vMB 24
618,784 618,784 000000000000000000097fc13ea2176c12ebb4b0188a3928095bd87ddc1e63db 2,428 1.00/1.00 vMB 4
618,783 618,783 000000000000000000090c93809e9acf07aab9bec8428b896ba05f2e19ece255 2,379 1.00/1.00 vMB 11
618,782 618,782 000000000000000000091a492d0cd9168b79455740745d683899731f524881ec 3,032 1.00/1.00 vMB 24
618,781 618,781 000000000000000000014ec95c329abef60654503340ecf8788fab3cea9d9b4f 2,678 1.00/1.00 vMB 8
618,780 618,780 0000000000000000000ecd4ad640772d75f69f0ee51b5837c47745022701269f 2,443 1.00/1.00 vMB 13
618,779 618,779 00000000000000000000c36ede7577cb3fb452a91b9da1ef977321ecabbe2fbb 2,855 1.00/1.00 vMB 14
618,778 618,778 000000000000000000072aca935bf6c2e1647ad51a55659aa25984a6cd8e66fc 3,032 1.00/1.00 vMB 14
618,777 618,777 00000000000000000003221e9e1b358641ddfc63c781e2a581a4956ac916cbe2 3,207 1.00/1.00 vMB 25
618,776 618,776 000000000000000000111bca4892642c3c507a98b3294aec2c9bd8f943a271f5 2,724 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.