Loading Tool

Explorer IconExplorer

Memory Pool

78,395 transactions
29.11 vMB
0.08173157 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt 71ae0ca6dd51a153ae4b95f3f01e8f0cdc27dafae80ddb4e3cef202fdc170363
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 57f79cf2a3b2cc15113487d6d7141a59d2b3d5e1e19f6b10a3fbd90ce360ceac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.02079724 BTC
Feerates: 178.73 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (263,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,355 651,355 000000000000000000030bb69f43f57a83560ff010d39ea1ae751600f7265b30 2,166 1.00/1.00 vMB 61
651,354 651,354 00000000000000000000c013a26fd8926c3f385b5832dd8f38c50381bf54d91b 2,222 1.00/1.00 vMB 63
651,353 651,353 00000000000000000002313f8e9e25324653e6f2c1c347101754c3a9e54274a2 2,537 1.00/1.00 vMB 45
651,352 651,352 000000000000000000024f73963f4d55e06bfe548ea457e870a25a1ba22e13e2 2,508 1.00/1.00 vMB 25
651,351 651,351 000000000000000000020a8f947c7e047c5789ebdedf89072e8937d312dd26e4 2,118 1.00/1.00 vMB 50
651,350 651,350 0000000000000000000b6ccf2fcf3aee108ae3bc75053767084ded6d807d2420 2,170 1.00/1.00 vMB 10
651,349 651,349 00000000000000000009476cd33930475458bacd70b04fe78961facc27a4c276 2,689 1.00/1.00 vMB 44
651,348 651,348 0000000000000000000949ce52e81b634165ebcc991011bf065c426fd081eff4 1,693 1.00/1.00 vMB 57
651,347 651,347 0000000000000000000590c0bbbe0727ea75a9dc43eee077122bbc82fc715699 2,551 1.00/1.00 vMB 88
651,346 651,346 000000000000000000026c684f00ee36c29e4430ae19d47a6590201a95d183a5 2,385 0.97/1.00 vMB 33
651,345 651,345 0000000000000000000854f6afca6ddc44d0ff4c0b590acbe074fbfca3d8108a 1,137 0.38/1.00 vMB 35
651,344 651,344 00000000000000000004329c3562be0a3f493740ae49a38957116e9ace5404a7 1,850 0.64/1.00 vMB 29
651,343 651,343 0000000000000000000ded2d774ea05e9f3d7eb43f30eae0a8d30ad3992b5128 2,610 1.00/1.00 vMB 25
651,342 651,342 000000000000000000029ea8d0e97e6269c724bcadd85fd7d61bd82bc4b68ad6 2,189 1.00/1.00 vMB 16
651,341 651,341 00000000000000000006ef710c2529be0c0afeca165253438376b811feff00d0 2,288 1.00/1.00 vMB 44
651,340 651,340 00000000000000000005761a39f20efe35068837724bb4c0bc2875b66dab399b 2,705 1.00/1.00 vMB 86
651,339 651,339 0000000000000000000cfe7fc0e88fde4a9a98fbaf0462ebebb6f1c3524f0fc4 2,276 1.00/1.00 vMB 41
651,338 651,338 00000000000000000002fb0a2231e3f57989502fe79f534a9580b71ff11403fd 1,660 0.72/1.00 vMB 7
651,337 651,337 000000000000000000059631bfb8869e7a7dae3f93dad9ed62040a7e2ce2bc34 2,065 1.00/1.00 vMB 73
651,336 651,336 0000000000000000000044287026ee4a6513b40f6d4be2fd5f02bc50e13d7b8d 1,005 0.40/1.00 vMB 50
651,335 651,335 0000000000000000000313bb4d6633dcfc381a6f684e39882af8ef460d5cb2f0 1,593 0.76/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.