Loading Tool

Explorer IconExplorer

Memory Pool

41,893 transactions
27.70 vMB
0.07621028 BTC
Random Selection Loading Transactions
Max Size: 142.98/200 MB

Candidate Block

Mining Attempt 5e998f5af7d0e5aae55a5f9a7475618c6c8671d1dbc7b53d185c04f3250b9500
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 98cbc835e83d5a4213b4b80878a97b0cf23e28269b96a78a6ef1dd85da0414cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,214
Size: 1.00 vMB
Total Fees: 0.02116272 BTC
Feerates: 180.63 > 2.12 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (566,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,374 348,374 000000000000000014e2a239c86f025c842ae4e6a64a9dcec13f1d2464f9c2b2 854 0.48/1.00 vMB 24
348,373 348,373 000000000000000016462f70221e96335f06d457f7e7beaf1201087f45dbdbc1 240 0.14/1.00 vMB 14
348,372 348,372 00000000000000000d8017d1caeb60e1579649b28c39d3eee4250d681f1c248f 201 0.16/1.00 vMB 16
348,371 348,371 0000000000000000160edb81a219486da79c0a34c9b2d6b23badcbb510332f9f 318 0.19/1.00 vMB 24
348,370 348,370 000000000000000001f9497caf8e5a7de4f9e3f7682d5054ea9217fe1f073048 113 0.10/1.00 vMB 10
348,369 348,369 0000000000000000171a2a06aefbeff2136ec2ec6a90ac7a07d1a4ef8c20da54 510 0.33/1.00 vMB 19
348,368 348,368 000000000000000014d1d53de16aac225e6df2b3dd8345a0a897035fcfb0449e 152 0.10/1.00 vMB 13
348,367 348,367 00000000000000000d920dea5beaad9ae251b346817eb76b0acda07817c81a17 127 0.13/1.00 vMB 9
348,366 348,366 000000000000000010330f99dc7d7042eba77868a1609252a294fa097e515300 806 0.44/1.00 vMB 23
348,365 348,365 0000000000000000169eadd1cd8cb48da52b71d7f1128897260a53d146d3c200 554 0.28/1.00 vMB 28
348,364 348,364 00000000000000000c34d48e368a26a853d7b1f1ea4e12ccd4efa19bf04320a1 1,078 0.62/1.00 vMB 22
348,363 348,363 00000000000000000f335f598be409f6c5378d9a08f24629af758761113311c7 612 0.42/1.00 vMB 18
348,362 348,362 00000000000000000317554cefd9d2f19ef585c69495455a08f6608c82b14d6c 183 0.08/1.00 vMB 25
348,361 348,361 00000000000000000e4083e406900ddd3398bbd097f48dd8f8cbe3c8f37f0012 528 0.75/1.00 vMB 15
348,360 348,360 000000000000000014752066c41bee22f3e42237969f3410202585e17d59044c 2,013 0.75/1.00 vMB 33
348,359 348,359 000000000000000006f531ad146df7bb619fd9c138f309345bcd41d91c0975f3 484 0.38/1.00 vMB 13
348,358 348,358 00000000000000000a0366dfb6851c20437615e6f63c3ebe184a7507f18835ee 1,165 1.00/1.00 vMB 16
348,357 348,357 0000000000000000114d250df2fe0cc61390c0f32a3b682b9805c7d3d73dd9a2 1,072 0.35/1.00 vMB 39
348,356 348,356 000000000000000001e64b7599852fe5f93692a915b6ce0bc0d6a279e72763a0 1,024 0.32/1.00 vMB 42
348,355 348,355 00000000000000000866bd482ab9c9eacb7d0e666057a8707d38c431ff5f5b56 993 0.55/1.00 vMB 24
348,354 348,354 0000000000000000096e098d1ab53e23950bad597724c8259fd60a3b8087413c 1,024 0.45/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.