Loading Tool

Explorer IconExplorer

Memory Pool

44,395 transactions
26.60 vMB
0.06196428 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt fcd7d7bfb292d6d1c42a4357c8c6702786b0bef8318363bd17850931235435d2
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 27ab67374235164d9e582f6ab064cf924eef2b7d9f4587f28d81bea52e24e469
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,383
Size: 1.00 vMB
Total Fees: 0.01317876 BTC
Feerates: 100.36 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (367,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,738 546,738 00000000000000000002bfebe811adbe71b7f500faacf1901005412aac61a0c5 354 0.10/1.00 vMB 15
546,737 546,737 00000000000000000019e1986050a5215efbe5ff4a426abe808f105fc4bd9314 3,063 1.00/1.00 vMB 23
546,736 546,736 00000000000000000010f7b19c5f97100f241e12eaed1b9c450f2e02da29229e 293 0.13/1.00 vMB 5
546,735 546,735 000000000000000000242e52212352c2f25991e4a2efd44b6a4d5436483d27c6 548 0.18/1.00 vMB 7
546,734 546,734 0000000000000000000c9283ff672d406e3184f5a20a62448c72f675c8d28c82 395 0.46/1.00 vMB 5
546,733 546,733 000000000000000000050960568f8524e66cb935a7dbcb1a7e8ceebc0c3368af 2,990 1.00/1.00 vMB 13
546,732 546,732 0000000000000000000b97eae33603cf6c35f4a00ad1f03229e4a00d4f35cb74 531 0.32/1.00 vMB 6
546,731 546,731 00000000000000000022acc2c455b821e37bf8e51e8db581b740d6b6999e61d1 2,386 1.00/1.00 vMB 5
546,730 546,730 00000000000000000001b8b89debb8b6d8a496c61e963662774b65580bc95ab0 1,079 0.38/1.00 vMB 26
546,729 546,729 00000000000000000023bb9656455cfc73b88dc20324e084f2f5938b20a8f9ab 548 0.24/1.00 vMB 8
546,728 546,728 0000000000000000000b6c70ee310f394ad8ee1092c1d0bdd8290876e3ffb5fd 533 0.56/1.00 vMB 1
546,727 546,727 000000000000000000171a85b6a4c4a467fcbdfd0fde9e1d1a40bda2a53d0e6a 2,809 1.00/1.00 vMB 14
546,726 546,726 000000000000000000084fc7598c87cd3bb202b154c4fa18c9b9756f707be6fa 1,003 0.40/1.00 vMB 11
546,725 546,725 00000000000000000022fc20274ece2e606e3a35379052310a6d9c444b6bd33d 1,495 1.00/1.00 vMB 5
546,724 546,724 0000000000000000000f195eba6f1601ebef471f7ff3a94aba4a3c846a70669e 3,143 1.00/1.00 vMB 18
546,723 546,723 0000000000000000001867a89bf372045a7ef30ca66b728736b3fa3b293d9da2 45 0.01/1.00 vMB 10
546,722 546,722 0000000000000000002003b827880f3cb41f601b1aca6ace1cb1fb534c25be26 21 0.03/1.00 vMB 2
546,721 546,721 0000000000000000000c8c01ac1184eb8bd86d51cc1e21b1c773a2a2f17e1312 2,219 1.00/1.00 vMB 10
546,720 546,720 00000000000000000015534c5a9a7c7ad0cf6f03da519d3a7fc7b6d89f256cc5 1,406 0.93/1.00 vMB 15
546,719 546,719 0000000000000000002686281773d8e0cb1a539bb2bad594034fbb353e4f8a9b 1,785 1.00/1.00 vMB 3
546,718 546,718 00000000000000000010fc2c2a4e92f7426579650a6263427531d33f1b767d90 2,996 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.66 GB
    • Received: 12.75 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.