Loading Tool

Explorer IconExplorer

Memory Pool

81,506 transactions
30.16 vMB
0.13117452 BTC
Random Selection Loading Transactions
Max Size: 181.39/200 MB

Candidate Block

Mining Attempt 47d4f2ad8d00dcabea3f8cd5447ff0e5d154d18d28e3269b6faf458f08ec9012
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root 9aed8e8bbaf1b1f7b08f7f63d16ba00d6d2e0787f7b8bec56a0b60327109961e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,425
Size: 1.00 vMB
Total Fees: 0.03875834 BTC
Feerates: 301.60 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (157,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
758,271 758,271 0000000000000000000655e3cb1d8419bdd987a435c004fa107ec40ccea9f1e7 2,410 1.00/1.00 vMB 8
758,270 758,270 00000000000000000004e0defa4b5ec6c414932a3c99587d96ac28d960489bdb 2,958 1.00/1.00 vMB 5
758,269 758,269 00000000000000000002f8ebb1ce9c6ea0eb589006bf6306886df84afd2bbee0 2,690 1.00/1.00 vMB 7
758,268 758,268 00000000000000000007e415bee7e14a7ef6f5bc8f53c14415f91f25cc58e7da 3,169 1.00/1.00 vMB 19
758,267 758,267 000000000000000000015ee9fc107d8496f88280766fd9b91dd7c10f0e39629f 1,499 1.00/1.00 vMB 11
758,266 758,266 00000000000000000000f0d7a29e2899475ec343497b6dece54c47ccd5675201 573 0.20/1.00 vMB 8
758,265 758,265 00000000000000000006f5ace0c1e4792ff1e80c1a024c23a70871f6a48a693b 1,307 0.43/1.00 vMB 8
758,264 758,264 000000000000000000067c53727e14a1c7b748140b6a2f867a874bf53842769f 2,765 0.95/1.00 vMB 8
758,263 758,263 000000000000000000052d9212adef326c2993f4dd359aba55679b7f880e5501 1,555 0.57/1.00 vMB 8
758,262 758,262 00000000000000000004ea0f03de452b5fbfae5d3d0578f53a0c010bcf46b205 560 0.17/1.00 vMB 7
758,261 758,261 0000000000000000000376673fcaeee8f88a1bc62928d9853b7bfb6b02ec3611 1,587 0.73/1.00 vMB 6
758,260 758,260 000000000000000000076f78a53b6539b07bdb66a19e6681088a52a7e9cc290d 284 0.07/1.00 vMB 9
758,259 758,259 0000000000000000000176c8c709fefb2f866fe3565ddd633b5cf8afc8928e13 1,642 0.55/1.00 vMB 8
758,258 758,258 00000000000000000007be5ebec59039ea53f3d2c0817e2aea1d40fa91ec2c7b 296 0.10/1.00 vMB 10
758,257 758,257 0000000000000000000543efee7384d256185975fd2faede1427be16c8e7a5ea 820 0.47/1.00 vMB 6
758,256 758,256 00000000000000000005519bb14deac09ff52f7c1051c35d403bb1865a109746 127 0.05/1.00 vMB 9
758,255 758,255 00000000000000000005b8464cc0b679a69b116547d399b2f405463601a30b6b 696 0.37/1.00 vMB 3
758,254 758,254 000000000000000000029467b40d68cdfeac2c3e54b7216fd7408fb61ef17418 703 1.00/1.00 vMB 1
758,253 758,253 0000000000000000000287605522ce82a2882c9cc810d180bab3616e5f917baf 2,880 1.00/1.00 vMB 9
758,252 758,252 0000000000000000000653581b6d99a21f65f993c71381e14af78a372f724791 2,148 1.00/1.00 vMB 6
758,251 758,251 00000000000000000002140a5b59e527eb508d5fc56db2526a58b44ecb5e03f3 1,448 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.91 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: 713.89 GB
    • Received: 17.50 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.