Loading Tool

Explorer IconExplorer

Memory Pool

77,079 transactions
28.72 vMB
0.07425995 BTC
Random Selection Loading Transactions
Max Size: 173.94/200 MB

Candidate Block

Mining Attempt 5053ae62aab725da9a37c84975df1a80febf64ff835dd04c53bf27ccc2d38d74
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e19b8a71a16966cf18ca91e9ce9c617be9ef75816f72ede94b4217797300d1fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,055
Size: 1.00 vMB
Total Fees: 0.01455169 BTC
Feerates: 71.79 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (237,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,921 677,921 000000000000000000021b4104c1f77d31fedc44b68fd12ae1dd14870b6c69ad 1,444 1.00/1.00 vMB 78
677,920 677,920 00000000000000000001897a45b2ba7102083f271778ef985571a5a91254d99e 2,450 1.00/1.00 vMB 96
677,919 677,919 0000000000000000000705b5328d3598e36d5fe64a45c1959e6f629a051d290a 1,806 1.00/1.00 vMB 87
677,918 677,918 000000000000000000002793fd5d367fb7ca297e472aca48cda1fd345322172b 1,691 1.00/1.00 vMB 89
677,917 677,917 00000000000000000001f294207eee6f1a899d46eca5ddc1030737b5998e009f 2,430 1.00/1.00 vMB 90
677,916 677,916 00000000000000000007f656825ba98f6972898c4d8abd815a98102ddee1dee8 2,988 1.00/1.00 vMB 117
677,915 677,915 00000000000000000008e009599ddcf2060b0ab127ee41d602c390812271b32e 2,744 1.00/1.00 vMB 75
677,914 677,914 000000000000000000043e80e7cd81216a00173f6ef29ba69ca0d8d1fa92f5e3 2,639 1.00/1.00 vMB 101
677,913 677,913 0000000000000000000b9b8ae535381853a73e5b3807feee464f16a3f93c199f 2,801 1.00/1.00 vMB 75
677,912 677,912 000000000000000000092e828557eee0484a701dd89f20464764c86aa4d51622 2,748 1.00/1.00 vMB 91
677,911 677,911 000000000000000000041a29016b7cf7ad889aa5efbd065342cfd40c46f0e420 2,664 1.00/1.00 vMB 114
677,910 677,910 000000000000000000089d452d3c92d1f956099c59eb2009f2e37f4a54837ba6 2,776 1.00/1.00 vMB 43
677,909 677,909 00000000000000000003b9b9be19fb685e0d32732f6cb2a98819637126b9c8c1 2,478 1.00/1.00 vMB 74
677,908 677,908 00000000000000000003d5ae6979c567b58fb27cdacbb2b7c53582136f3bf1b7 2,907 1.00/1.00 vMB 100
677,907 677,907 0000000000000000000bbd68de2690af9e3aae5683a2540ef426ae74a50ef613 747 1.00/1.00 vMB 83
677,906 677,906 0000000000000000000a0b4e2ebc0bc0b52d2052e54971c4a1beb6d634b05201 1,254 1.00/1.00 vMB 95
677,905 677,905 0000000000000000000b55975d34d3ddb5a1b4d960b053bf8ca750951454a1f6 2,211 1.00/1.00 vMB 37
677,904 677,904 000000000000000000060d8eadf856a8a28cc470d2fe29b2470b3e812f9101c2 2,593 1.00/1.00 vMB 76
677,903 677,903 0000000000000000000a4a42d558c44586af22587d4db9a785472d34da5da165 1,677 1.00/1.00 vMB 69
677,902 677,902 000000000000000000030732a9f022fef1e60691db247a326f4c96f324ebcaea 2,716 1.00/1.00 vMB 67
677,901 677,901 0000000000000000000b155bbcf7d93dd9fac2f2dfecb97e6f49347c48a932cf 3,052 1.00/1.00 vMB 57
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.13 GB
    • Received: 16.41 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.