Loading Tool

Explorer IconExplorer

Memory Pool

80,871 transactions
31.36 vMB
0.08559791 BTC
Random Selection Loading Transactions
Max Size: 189.63/200 MB

Candidate Block

Mining Attempt 535133d9a6e4cffebe9390d1755f2dc99c68dbe901f702bf1336ff7850e6d34c
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 4d7046d9a9ad4111aad5f4ae8d104e92ba15d58c3b83748bf79789b7f95a3e47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,094
Size: 1.00 vMB
Total Fees: 0.01766017 BTC
Feerates: 150.65 > 1.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (198,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,174 717,174 0000000000000000000461049bebdc94462a8c5c4f194d24fe1581b88a89369a 2,420 1.00/1.00 vMB 10
717,173 717,173 000000000000000000058fd5ed56130683ebbf5e7a49f8c881233411c7daca0c 2,651 1.00/1.00 vMB 16
717,172 717,172 00000000000000000008601d38dc4a5402bbda9238d4b4f10d20efafac46b013 2,583 1.00/1.00 vMB 9
717,171 717,171 00000000000000000006fe0e667b254a183299343bcfd60e9d6cdeb13df5bb89 2,295 1.00/1.00 vMB 12
717,170 717,170 000000000000000000055b65a4cda690e74189f7c46c89b68bde7936189d82bb 1,146 1.00/1.00 vMB 7
717,169 717,169 000000000000000000098ef97fea6ffcd1a2b3ab8c79d7ecd9609bb04e743953 2,166 1.00/1.00 vMB 8
717,168 717,168 0000000000000000000006f772f8a98f82da3dc4c3bf9a7c0b9b731ac1e081f2 3,134 1.00/1.00 vMB 32
717,167 717,167 000000000000000000059ef450039f7fd8f101389e399b8eea3b4f3ac0da43a6 1,593 1.00/1.00 vMB 6
717,166 717,166 00000000000000000005f4f0b8cdefad1d8743e1948f7533e446ee20c0929afa 2,407 1.00/1.00 vMB 14
717,165 717,165 000000000000000000028fecf32e519ce699f8aadd8c0e898d172bae59c8dfe1 1,579 1.00/1.00 vMB 6
717,164 717,164 0000000000000000000647d4060d6df94f01c828f832209b47dc618e0310839b 1,250 0.54/1.00 vMB 13
717,163 717,163 000000000000000000082b50062d381dc79f994f7d3f9a53860833f8ad78c823 246 0.72/1.00 vMB 1
717,162 717,162 0000000000000000000199deff63904b4c260fcf11e61ef83b444858232a9697 2,743 1.00/1.00 vMB 12
717,161 717,161 000000000000000000043ca060926a0c31f8587247527a7c744a5cf8cf6513b5 2,161 0.98/1.00 vMB 8
717,160 717,160 00000000000000000009a37043c38e1c6e1585932820b7d6cfc4abb6563cf585 50 0.01/1.00 vMB 16
717,159 717,159 0000000000000000000217757ecc43c9b9ff9f6c3f4952abc35c2a5c18264b06 233 0.19/1.00 vMB 2
717,158 717,158 000000000000000000068759ad2bf4f313fea14c74dd0ab5407c6a7d5a2e3985 2,335 1.00/1.00 vMB 7
717,157 717,157 00000000000000000001a0ff7f10443f6d12a048aa03004869b26419f85f8876 2,942 1.00/1.00 vMB 7
717,156 717,156 00000000000000000005e6442927875316c540ab57f225c3487d2764d78c78d6 2,229 1.00/1.00 vMB 5
717,155 717,155 00000000000000000002ac2d683de3a802fc8cb307c000462d0c0028dc7acc6c 2,457 1.00/1.00 vMB 16
717,154 717,154 000000000000000000028698b6ecab0b7bff734f088aadd15d3ef4ea82ca221f 1,936 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.