Loading Tool

Explorer IconExplorer

Memory Pool

47,775 transactions
28.57 vMB
0.06843110 BTC
Random Selection Loading Transactions
Max Size: 153.01/200 MB

Candidate Block

Mining Attempt 41299f054150554cee4274a53f37add84cd2673be2ce032621049d264d0bf149
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 9947f25c9a5525bdd37e50f453ca7c2e8d0e1b36be97e4752105a5d0562d47a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,630
Size: 1.00 vMB
Total Fees: 0.01431480 BTC
Feerates: 173.90 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (426,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,339 488,339 0000000000000000005ff844f56dcdc3234c3741f1d7765d12c326cc8c6ab4b1 2,594 0.96/1.00 vMB 90
488,338 488,338 000000000000000000692de9df53b2b2260540b4a59c27fe0d19675a3eeb760d 2,813 1.00/1.00 vMB 99
488,337 488,337 00000000000000000030ea07d7abaf8c2e50f2201b4de54299b2b411577b14bd 1,718 1.00/1.00 vMB 114
488,336 488,336 000000000000000000bb3510dffffe32b216d192322ec58d134dba8fb203765e 2,345 1.00/1.00 vMB 146
488,335 488,335 0000000000000000008ac46bd276b4145f99bd74f939b47e0e963a376785d804 1,895 0.98/1.00 vMB 180
488,334 488,334 000000000000000000d31c784bb0ec6087b1c8d943e9045d3201a02f26d6341a 2,251 1.00/1.00 vMB 142
488,333 488,333 00000000000000000007c035440d4b7be34e79764f82764b730e9e3ecad2f6a9 1,649 1.00/1.00 vMB 137
488,332 488,332 0000000000000000003d0b44846d9fdf19e197ed021a6b65881c812ae5e33cec 2,332 1.00/1.00 vMB 155
488,331 488,331 000000000000000000c329ba73c7a6b791501786bba72f3f7ede7199e46a2919 1,852 1.00/1.00 vMB 102
488,330 488,330 0000000000000000006324ab8215fdcb7eabac1b7de3bfd4aae800ac4cd020d4 2,349 0.97/1.00 vMB 145
488,329 488,329 00000000000000000063c5d3ad11e689cca14ae3c984fa2b8007e19d33e55ae8 2,533 0.98/1.00 vMB 116
488,328 488,328 000000000000000000250d6dc97033097ec218243278ce7828f9e0bab1ec5363 2,550 1.00/1.00 vMB 124
488,327 488,327 000000000000000000186128f4ac40d771d2eed7c3b0b7ff5cfb15642b644011 2,371 1.00/1.00 vMB 110
488,326 488,326 00000000000000000016d46743dacf61c30da1f7843712403ab9bc8e27192005 2,641 1.00/1.00 vMB 136
488,325 488,325 000000000000000000085b2bedc20a768d076763d3734a06b5062f28c7209c5f 1 0.00/1.00 vMB 0
488,324 488,324 000000000000000000037f8dade4fbd014c8c3e6a0e4189fb54e99a4cd21510f 2,049 1.00/1.00 vMB 145
488,323 488,323 000000000000000000f512fc379318d2b00e097f8f310ce08dea06fbb4f85132 2,019 1.00/1.00 vMB 141
488,322 488,322 000000000000000000e014ed9474c533bdf91044e94484ce023b9fc57d99b0f6 2,589 1.00/1.00 vMB 222
488,321 488,321 00000000000000000065c3630ed3e90c55d769152eed962f5f37b90e7b0899e5 2,671 0.96/1.00 vMB 148
488,320 488,320 0000000000000000001c34887e6b10ce359054f7821490b044ee266fee6f3b6e 2,458 1.00/1.00 vMB 139
488,319 488,319 000000000000000000998544283b4fdda7ab2da236045591e538e198784a1c96 2,086 0.95/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.11 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.83 GB
    • Received: 13.65 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.