Loading Tool

Explorer IconExplorer

Memory Pool

55,944 transactions
31.84 vMB
0.20170966 BTC
Random Selection Loading Transactions
Max Size: 171.62/200 MB

Candidate Block

Mining Attempt 1da2e972efd5039c8a6b70cd5f7b742de361f918ac14e7c79cd46692a492af48
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root d0e8ee8dc5b607d088c4da0a21dd7874c2ed039b643e24c396e59a462e348e90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,505
Size: 1.00 vMB
Total Fees: 0.09169468 BTC
Feerates: 502.67 > 9.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (414,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,282 500,282 0000000000000000006769fff0a690deb7b7f00157aeafba1f282cd16fe90924 2,943 1.00/1.00 vMB 681
500,281 500,281 00000000000000000080c728672a75afc57bd88de1e70034a3443d6b1609f8a3 2,559 1.00/1.00 vMB 698
500,280 500,280 0000000000000000000402e5fd9980d4d783169c23909b64afaa7be4396c8103 2,910 1.00/1.00 vMB 825
500,279 500,279 0000000000000000005e5c4e6351ef1cb2d811ac0696ac6b3bb025c199ff457d 2,542 1.00/1.00 vMB 647
500,278 500,278 00000000000000000083e69c4afd0cc0b3da2df1ef5f5a055e6635dd156c1a61 2,898 1.00/1.00 vMB 682
500,277 500,277 0000000000000000007d82886c454a5500416c7343cc35cebbf391685fbd5c2f 2,349 1.00/1.00 vMB 757
500,276 500,276 00000000000000000063e5cc96c1325a7f3b92b5b51babfdfa746d89f20b1aa6 2,486 1.00/1.00 vMB 679
500,275 500,275 0000000000000000007b3451f14b05ee46830645341001a0f6fb56cbdc64116e 2,713 1.00/1.00 vMB 827
500,274 500,274 0000000000000000007ddb376cc3570a22f3a045ed40de30da02a29e286075c7 2,775 1.00/1.00 vMB 660
500,273 500,273 000000000000000000139365d7316c1ec706af08cf59480e420ee5de687c12f3 2,654 1.00/1.00 vMB 791
500,272 500,272 00000000000000000009ae230dbe900762ed1ea16bfee2bf14083a015472d965 2,381 1.00/1.00 vMB 643
500,271 500,271 0000000000000000007c3f9ed7d92a65b446ae21525bce24a766f77ef9301b2d 2,925 1.00/1.00 vMB 702
500,270 500,270 000000000000000000874c223bf13ae6e8b2dba915663786296c5501e7e013bf 2,882 1.00/1.00 vMB 736
500,269 500,269 00000000000000000030df77b755c8dffdcb20d999ea1a2644972bbedaa2bfc2 2,527 1.00/1.00 vMB 663
500,268 500,268 0000000000000000004636fb25cef0b53404eb12a1eb076bca3f3d5cc70efc52 2,374 1.00/1.00 vMB 724
500,267 500,267 0000000000000000004ca91351d539b6fba9b742c3d87e224858a0e6001de48b 2,285 1.00/1.00 vMB 786
500,266 500,266 0000000000000000007283e37eefe8ad72e0442f448059e677fd94a243a78123 2,681 1.00/1.00 vMB 634
500,265 500,265 0000000000000000007a5af604539d8930a33406a941266a81a01e15d97bd88a 2,571 1.00/1.00 vMB 702
500,264 500,264 0000000000000000003cf22aba1dbdf0358f43f74f95d580498180e3af20fcc2 2,114 1.00/1.00 vMB 664
500,263 500,263 0000000000000000005540c417107272cfa2ec63b57492917010614cc7a171d7 2,716 1.00/1.00 vMB 496
500,262 500,262 00000000000000000070a188d38ec3866b4f941bf7b4c630a282ea1dd988457d 2,582 1.00/1.00 vMB 502
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.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.