Loading Tool

Explorer IconExplorer

Memory Pool

38,960 transactions
26.20 vMB
0.05231562 BTC
Random Selection Loading Transactions
Max Size: 136.29/200 MB

Candidate Block

Mining Attempt 3642107a519d62c1e705a6bc254e46fa42f8be7e18d700433c6298601e8fff35
Version 20000000
Previous Block 00000000000000000000198ff07127e464778e789eabf8b957b3c7d807826501
Merkle Root 10334ac79e68f2e564644ed5e3198cf55ad949e636d7fb009ed30af2c03e009a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,994
Size: 1.00 vMB
Total Fees: 0.00429703 BTC
Feerates: 100.29 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,868 (426,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,340 488,340 00000000000000000087ebb05f6c3a1f49589ea062dfcb42d38c72ebce3fdba9 2,157 0.95/1.00 vMB 124
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
Previous 10 blocks ↓
Total Size: 782.15 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: 653.15 GB
    • Received: 13.83 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.