Loading Tool

Explorer IconExplorer

Memory Pool

17,106 transactions
9.04 vMB
0.02259356 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.56/200 MB

Candidate Block

Mining Attempt 0a74db935cdb1a766331c6aec29c0aca1d77f7e79f0dfb5849dc0b574e4b468d
Version 20000000
Previous Block 00000000000000000000d3f4e5195ad8c9a7be58eafd281273ee95f83be78592
Merkle Root 165135a2f338fba1526f1e10bb8e573762ab5cddf0d7a3746389bcad4b4edf2b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,565
Size: 1.00 vMB
Total Fees: 0.00872095 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,567 (773,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,745 139,745 000000000000056bec99f593181fbf936c00618e2591537b3812e866f29ba63a 87 0.04/1.00 vMB 104
139,744 139,744 00000000000002d28b19540aab828a583aa795c0023d3a36fd037262214e6c15 74 0.05/1.00 vMB 107
139,743 139,743 00000000000001f3983e0f3f869b5ceb52db962f817f8121024b345b0af0ad1b 66 0.03/1.00 vMB 115
139,742 139,742 0000000000000301c1d464016fbbb7d26cedeede4dc69fdb7724574bcc93ca77 24 0.01/1.00 vMB 283
139,741 139,741 000000000000033af7e017c4ff8fbf772c88d20e6a7eba962cb19a92747d77f4 14 0.01/1.00 vMB 654
139,740 139,740 00000000000000c192c7bdca8b74325ebc2c740f9b240a1cecf4a2729a3da9ef 121 0.03/1.00 vMB 33
139,739 139,739 000000000000016422e2c38530ea6f923b9128680b01028c0c029f086462840d 31 0.01/1.00 vMB 135
139,738 139,738 0000000000000525d98eb57bec4168530912663284ee1e378825a9187bbb1ec1 9 0.01/1.00 vMB 582
139,737 139,737 0000000000000071d7c77bbdb81abe0c241eb75825c45d8db5ae151ed3e19820 63 0.02/1.00 vMB 142
139,736 139,736 00000000000005d019e9c14f05a7d96d2010bc549a8d84f3ba0f5e4b7576a3ee 126 0.06/1.00 vMB 159
139,735 139,735 0000000000000332fbb2f73576632f9c95eed9f1a056fdd3c8364c63447fee2f 61 0.03/1.00 vMB 287
139,734 139,734 000000000000042fdf0abbd4913c4538e4a3c9a775ea46b14e22219d77947d89 46 0.01/1.00 vMB 696
139,733 139,733 000000000000082f9ce52760b0f47dcb88ba423e1e9c6289e6b7af1ce90ed61b 11 0.00/1.00 vMB 64
139,732 139,732 00000000000006034985634809066ebc110ccd5670cb69580a60a153f5171cb9 47 0.02/1.00 vMB 338
139,731 139,731 00000000000004c9c83837cb64c776b3ffd5bf613ad43546d3655f0680d22cf6 60 0.03/1.00 vMB 188
139,730 139,730 00000000000006369c27477523e55414c1e032ef6d72ac38289718457dad487c 37 0.02/1.00 vMB 271
139,729 139,729 00000000000004c08814a7102847b1f1178075bbaedd8b63b297958f600718ef 41 0.02/1.00 vMB 1,364
139,728 139,728 00000000000002579a88aef7f8a6661f864cb150216c7da03e52fe56ce9847eb 81 0.02/1.00 vMB 1,787
139,727 139,727 0000000000000735926a76dd36b652d88096bb83a5544ccb85bb0554fd0f3ff7 63 0.02/1.00 vMB 55
139,726 139,726 00000000000006f454c65c4ada4c2ac6aea1c1b2a4f0e2f49e776ed0ac881fb3 27 0.01/1.00 vMB 95
139,725 139,725 0000000000000646b063afa706e8376c66c945d245bd5b3a9ded0cb5b2142971 52 0.02/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 779.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 430.33 GB
    • Received: 2.35 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.