Loading Tool

Explorer IconExplorer

Memory Pool

53,632 transactions
31.45 vMB
0.10589079 BTC
Random Selection Loading Transactions
Max Size: 169.59/200 MB

Candidate Block

Mining Attempt f3e17a103408f9b8e31979aa8edb1a50dde42ab85bc4e67d0ac024bf8e45c66c
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (516,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,410 398,410 00000000000000000007ed45f73728d9b427315cf171848bf1d51d5e195a4368 2,411 0.93/1.00 vMB 45
398,409 398,409 000000000000000000239ee3c01dc89944dcda93d149ef44575baf24d19832a8 624 0.33/1.00 vMB 37
398,408 398,408 0000000000000000008bb18729d2e8a498086ae0eb4bfd719ac91a1678f04023 746 0.37/1.00 vMB 41
398,407 398,407 00000000000000000242ee2e6e03e3585bae8f550894f884e63b791d521305d6 110 0.05/1.00 vMB 40
398,406 398,406 00000000000000000517586a7be9053b1565e37e40347df31b15e54d8b659c6f 873 0.59/1.00 vMB 26
398,405 398,405 000000000000000002a6ce91d1224a53f99de8b302d5cf596b42de05479100cc 52 0.05/1.00 vMB 11
398,404 398,404 00000000000000000315c0c44cec1d19f7ca18a618df2afa9a9a06929600c0c0 1,645 1.00/1.00 vMB 25
398,403 398,403 000000000000000000453b093540f4700423a1c91b2c76e21395d3a70a118990 22 0.05/1.00 vMB 7
398,402 398,402 00000000000000000116dc3ecb4e9049369cdd97f47bfb79ce73f55753efc14e 3,127 0.99/1.00 vMB 53
398,401 398,401 00000000000000000540e66b89b76f41d2dc8b0b7d462238937ea15b95e6b61f 858 0.40/1.00 vMB 34
398,400 398,400 00000000000000000067c815c29d3abe54d91d8195038dc50b131343aa972eef 1,886 0.99/1.00 vMB 36
398,399 398,399 00000000000000000195c6e238d5b2e44429200375e62717f2f2c7cf989d8f8b 916 0.56/1.00 vMB 31
398,398 398,398 0000000000000000017a97084d203837f1bc9118086be2841862d8accf34f148 1 0.00/1.00 vMB 0
398,397 398,397 000000000000000004d3ee01fbf829cd5265513a706ad8e1ccdc8736adab905f 1,389 0.79/1.00 vMB 35
398,396 398,396 000000000000000006fe858039057a3a5aa62d5633ce1484a1b54f7609e4fb5e 1,347 0.99/1.00 vMB 25
398,395 398,395 000000000000000005167db0e90793e2f93fb4a7c5860e6cf9360b683b20fafc 1,325 0.65/1.00 vMB 35
398,394 398,394 0000000000000000028d11b877625a1c8d583d30576d5cd6a16fe0e810b8bf51 740 0.93/1.00 vMB 20
398,393 398,393 000000000000000002d47a7996f7f5f95dca957b89e8c672d9b77e614ab001f0 2,246 0.93/1.00 vMB 47
398,392 398,392 000000000000000002a5e969a7afffc0c96f517f0606d1ddd224739b5ef60a8d 817 0.48/1.00 vMB 30
398,391 398,391 000000000000000004ddc43afbac88fd7c0cc34d184ab7303c9d6aefa541eda0 2,148 0.93/1.00 vMB 43
398,390 398,390 000000000000000001f030e4a548d2ddc9abff9b2d0d817cc7aed914ec58789d 175 0.07/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.08 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.43 GB
    • Received: 13.56 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.