Loading Tool

Explorer IconExplorer

Memory Pool

44,191 transactions
26.48 vMB
0.05346062 BTC
Random Selection Loading Transactions
Max Size: 139.70/200 MB

Candidate Block

Mining Attempt 8049dc6e203ca88384268de9b5b0a93f87c540457db0f1eae44fd289f14fb639
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root f1d474a57b8aa545ac3202e59198f22308ac39e605e728966f7d1b39d3063439
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,660
Size: 1.00 vMB
Total Fees: 0.00490987 BTC
Feerates: 54.71 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (368,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,746 546,746 000000000000000000115adf6176f09c496e322200f00a44ff756eb227ee0801 1,945 1.00/1.00 vMB 3
546,745 546,745 00000000000000000024f34f1a31f02c5df3c1ffd7ca7ea5319fc15e141af882 3,368 1.00/1.00 vMB 6
546,744 546,744 0000000000000000000f9f5cbbcfeffe848844ace6eb632449001d188ad84046 3,312 1.00/1.00 vMB 9
546,743 546,743 000000000000000000151f60f946b58046f320cf87f14b35d816543bd44c6a3d 2,300 1.00/1.00 vMB 5
546,742 546,742 00000000000000000023d266495dd332e1103c3f5d2497d43f2073ec1094f0d5 3,063 1.00/1.00 vMB 10
546,741 546,741 000000000000000000251407af26ca7d1716c198d63cfc26b85d5cac1798269b 2,873 1.00/1.00 vMB 22
546,740 546,740 000000000000000000106c3ad9336a60ee108bc706e5391ba21a3dfc7c87d021 2,766 1.00/1.00 vMB 29
546,739 546,739 00000000000000000019d9e303a3280e28f9ddb281398f810ce163518ee038df 2,990 1.00/1.00 vMB 26
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
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.