Loading Tool

Explorer IconExplorer

Memory Pool

80,831 transactions
29.49 vMB
0.10173676 BTC
Random Selection Loading Transactions
Max Size: 179.59/200 MB

Candidate Block

Mining Attempt 06eeae161133e3b4d58f6d6df99083d3a42caa2390e8c1717fdef1bdd1c6e9bb
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root c24d5456edd740eecacb182c14441a514342fae151de333d428fccf247c421e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,197
Size: 1.00 vMB
Total Fees: 0.03968834 BTC
Feerates: 146.36 > 3.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (374,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,558 540,558 00000000000000000009043127d85e941ed4951cefb537400052fb58c69d367b 2,625 1.00/1.00 vMB 19
540,557 540,557 000000000000000000028eb010892726382dfc366f6bbbcfcec31c8bd2ef9ccc 2,264 1.00/1.00 vMB 10
540,556 540,556 0000000000000000000680bdc8e0bc4a5b0a7787d737a0adeee52b7e23398951 2,442 1.00/1.00 vMB 12
540,555 540,555 0000000000000000001bf09f7716cd06f3683533369da8b5345f47c022dfc239 2,845 1.00/1.00 vMB 26
540,554 540,554 0000000000000000001f34642011c547c8a34dcdb326f48633bf851b1dfc0da3 2,377 1.00/1.00 vMB 29
540,553 540,553 00000000000000000022276099ed1fd7eaefad51096d9d331df471172c8b4d50 1,638 1.00/1.00 vMB 28
540,552 540,552 0000000000000000001853bb87bcae3807bc14a02336c53722983daa375dbb31 2,301 1.00/1.00 vMB 36
540,551 540,551 00000000000000000023804758b0d73c2a59683e738fff425ddf1177d90fe676 431 0.13/1.00 vMB 12
540,550 540,550 00000000000000000024c3173df68974fe6e968b957cb01f24fefbb9e2befdcc 521 0.19/1.00 vMB 22
540,549 540,549 00000000000000000002b103a4de4e2d2302e1b0c550ec6034be1515d8787240 805 0.29/1.00 vMB 19
540,548 540,548 000000000000000000176626bfbb2bca5b90725164b585a570adf94c4c1909ac 1,405 0.54/1.00 vMB 18
540,547 540,547 000000000000000000029a6c2c59aafdd53dfb78f58f981a24a47857dc3a2b05 1,800 0.86/1.00 vMB 20
540,546 540,546 0000000000000000001b88f9a25e59226bd8877fded2daed27b1abc7ed343086 2,317 1.00/1.00 vMB 18
540,545 540,545 00000000000000000000d7f299cb7934609d942ea386eca2b2772382fb3ec3c6 597 0.31/1.00 vMB 15
540,544 540,544 00000000000000000011e49a2ede45e50cdfedbd4b046d7f3ca1a5c4ed3e01d3 1,476 0.57/1.00 vMB 17
540,543 540,543 00000000000000000027cbf7ab1d4256f16a4ff5063cc71d5a4c0867e2e40825 199 0.06/1.00 vMB 7
540,542 540,542 0000000000000000000f6f82d73c777d476e56df3dd3e22104c79762f6b5a151 1 0.00/1.00 vMB 0
540,541 540,541 0000000000000000001d0ba5971e22bdee06e3b7150b7b64c5a4b6e799b75b9e 2,819 1.00/1.00 vMB 22
540,540 540,540 0000000000000000000ddb271bfd5b76cdcaa1fad0cb72c3b8362e578dacac73 1,924 0.82/1.00 vMB 20
540,539 540,539 0000000000000000001b07582390318c4acb24d0809253c1f2d9de215e8de56f 768 0.27/1.00 vMB 18
540,538 540,538 00000000000000000004a3da485b34d91a7c0d2fafcabfbdf545f2e5bd4cd694 15 0.01/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.