Loading Tool

Explorer IconExplorer

Memory Pool

80,641 transactions
30.01 vMB
0.12318280 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt 78856b3e364066da09d282fbc62a4b0ebc7b8165c9b342d62337770f25926efc
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5c605f38d9c07033f1a62a6505429f7f2cf763660370cc3cddb3249dffd3b659
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.05073335 BTC
Feerates: 242.90 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (383,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,799 531,799 00000000000000000000f718742200997375b265fdee0f4696a84c891871900d 1,190 1.00/1.00 vMB 7
531,798 531,798 0000000000000000000cfb366855da4cb769338cc8fe6bf3bad8a04fb342ed73 865 1.00/1.00 vMB 7
531,797 531,797 0000000000000000001877ac9dc766e73d1662a297278fa6f90b83a2cf286ced 2,256 1.00/1.00 vMB 12
531,796 531,796 00000000000000000015b0b4c4ef099f30c3a6fa2dbc56983152a5e3ea8f0100 2,935 1.00/1.00 vMB 32
531,795 531,795 0000000000000000001b1ce9adab9ac1572692f1138fa514e0899d413f670a73 642 1.00/1.00 vMB 4
531,794 531,794 0000000000000000001bda542d0384f22a44a65a815f528eff3cd805577f6e2c 944 1.00/1.00 vMB 9
531,793 531,793 0000000000000000001b5f1d630cad33c5148f9c5a41f5c735c6267006112e3a 546 1.00/1.00 vMB 3
531,792 531,792 0000000000000000000fbe8bb779b3a06f676fe5e507d855e3f45a6505e54df6 1,120 1.00/1.00 vMB 4
531,791 531,791 000000000000000000147c5863245ae92d96c7cf65c97469796d578cb88832f2 1,926 1.00/1.00 vMB 18
531,790 531,790 0000000000000000002fb97fb8940a57342267ba56f82328eccbec60bb95815f 1,242 1.00/1.00 vMB 6
531,789 531,789 00000000000000000030269cac7320bea4b4b97f9ccd029cf7d83011e530a35b 1,570 1.00/1.00 vMB 10
531,788 531,788 0000000000000000001eca81bcbc4b7313b619745ac17575e1e46338193fcc6f 2,470 1.00/1.00 vMB 19
531,787 531,787 0000000000000000003104fce8790b2cde7ffee898acea636019dd54d8e5f2d8 2,779 1.00/1.00 vMB 9
531,786 531,786 000000000000000000289659127c2edc1b650fcd5bf80a5607153be1b2fd537a 2,353 1.00/1.00 vMB 30
531,785 531,785 00000000000000000027ed96cf75c8593ec9b8da1b9fd3ebebaf17762f93eaca 638 0.27/1.00 vMB 14
531,784 531,784 00000000000000000033ee726f0e7d55a5c2cc7e4aead173e925130c68977595 1,853 1.00/1.00 vMB 4
531,783 531,783 0000000000000000000bfa8b572d82226aba113c9f8d11ba66cf9d67c7dc13bb 2,364 1.00/1.00 vMB 13
531,782 531,782 0000000000000000000a42b193cdb60ccc3de4b3a5769cda0e2765afbc0ea46d 1,893 1.00/1.00 vMB 19
531,781 531,781 0000000000000000001bc8b17d10c7729f895b9156e35a3f3b7bd8bbe8856b09 2,642 1.00/1.00 vMB 10
531,780 531,780 0000000000000000001a5522ce5f4c992f74a096be7220133a991878fde4129b 2,752 1.00/1.00 vMB 22
531,779 531,779 000000000000000000236b82ddf671ed8fbd0728f96a2a1cdb9e13100d86e850 2,850 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.