Loading Tool

Explorer IconExplorer

Memory Pool

81,155 transactions
30.17 vMB
0.13275543 BTC
Random Selection Loading Transactions
Max Size: 181.42/200 MB

Candidate Block

Mining Attempt 6d4c597d4173733f7138a9f67fe5b06889888dbb5b7f06417e21707ea97354a1
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 4179d0f8dbdf2cd65b12e98bffed8c282e7bdb1faaa19c25a362e4de7b41f8b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.05592179 BTC
Feerates: 242.90 > 5.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (213,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,564 701,564 00000000000000000002d4a760a84c598a3ec33f646bcc3955096f683a643c74 3,184 1.00/1.00 vMB 4
701,563 701,563 0000000000000000000aa279879d381d6178b7298ce6127fd98e2142311ee748 2,382 1.00/1.00 vMB 16
701,562 701,562 000000000000000000050be0cf741ec51f3bd9572067083ffbb25f7baae0f4be 2,032 1.00/1.00 vMB 24
701,561 701,561 00000000000000000007fcd416095fe8f127be1edaba04e85e7afd00b21a4a85 1,985 1.00/1.00 vMB 4
701,560 701,560 00000000000000000001e26c2c28e1570596faaf63d352471678b1f6cbaace03 2,790 1.00/1.00 vMB 8
701,559 701,559 00000000000000000002317caac5ad5ddd0092586e0475d4453e03116b859247 3,106 1.00/1.00 vMB 12
701,558 701,558 00000000000000000003c37ffafcac0b11992b8d40a104a5070a64609d4b20d5 3,113 1.00/1.00 vMB 28
701,557 701,557 0000000000000000000a2f7079a79fa2fb1ff11e4e157b1522f5924b83dc4f7e 920 0.69/1.00 vMB 2
701,556 701,556 0000000000000000000d3a41daf59b700b2b6204fb1707364db273a1e7d81eec 2,727 1.00/1.00 vMB 13
701,555 701,555 0000000000000000000d175015269d22da7ab88b623d90340c9e0b196fa6e304 2,441 1.00/1.00 vMB 9
701,554 701,554 0000000000000000000c5a11920fa0bdb5f33b0f2f983681848398d92bed9b2a 521 1.00/1.00 vMB 1
701,553 701,553 000000000000000000011d20301bd0d29e30eec2f82f5c2045c15641e3d51e6b 1,592 1.00/1.00 vMB 6
701,552 701,552 00000000000000000002a80c965b3ed9672ae7e70067075d4798bfb86a4e062c 1,949 1.00/1.00 vMB 9
701,551 701,551 0000000000000000000311a3c458582c47a944131f9d9fb6610222b6bbab4c87 2,421 1.00/1.00 vMB 7
701,550 701,550 0000000000000000000747b65efb45893bb1f1d2f5a9fdd729b8b9851fd8068e 981 1.00/1.00 vMB 4
701,549 701,549 000000000000000000001b6a0c3ec9d2b624391c46f62083c616dd006c840924 1,449 1.00/1.00 vMB 9
701,548 701,548 00000000000000000000053709a8a45db61302d4dc0bb250f01390872c7e5f37 2,486 1.00/1.00 vMB 6
701,547 701,547 00000000000000000005d82262d49244c3f37ce6e7d7b76abe0d00a40869300a 2,760 1.00/1.00 vMB 13
701,546 701,546 0000000000000000000cfa39c276dd4b5c81e6ecd16045e1e4ae10279eedba59 1,727 1.00/1.00 vMB 10
701,545 701,545 00000000000000000000e2e7f4aba7bd2ff80ad8c2cb559d6206cdd28c37f0cb 2,774 1.00/1.00 vMB 21
701,544 701,544 00000000000000000001eedb2a01b5ac9d7e8ba38c8d933cb239dc0857b84fe4 1,661 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.67 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: 673.97 GB
    • Received: 16.43 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.