Loading Tool

Explorer IconExplorer

Memory Pool

41,552 transactions
32.59 vMB
0.09541664 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt 8bf46d58cb8602a1c2454858b43ffef4df3ae16e4dbe7c114a2d818226196d97
Version 20000000
Previous Block 00000000000000000000b6b9a3b2067fa1426f6080c9f3cdd5cad9a92f6fd98c
Merkle Root 8acac4700408792d3d9295e964493eeeba27eb3d8aa473e6ed3821a31d189714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.02550957 BTC
Feerates: 502.67 > 2.56 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,333 (788,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,504 125,504 00000000000003b1700f960cbe7c63a3f72ad85c1bfe5907bf2067f51634fc65 8 0.00/1.00 vMB 0
125,503 125,503 00000000000035c7947d2175c2449c810bcf1de655e171d8e8c45e79afd57bb6 8 0.00/1.00 vMB 0
125,502 125,502 0000000000001f13f19b4594489098f85085543473972012b5631780c55f1406 33 0.02/1.00 vMB 388
125,501 125,501 000000000000030ffa45846bc33fab38c5eca2150894dd40a072ac57f64f5272 6 0.00/1.00 vMB 0
125,500 125,500 0000000000003d46a48941799daedea70611d9947cc0e282dbe29c4ea346094e 2 0.00/1.00 vMB 0
125,499 125,499 0000000000002094e53c84589f2a6ef7f51289b78e798ddccda3121e264d536f 7 0.00/1.00 vMB 682
125,498 125,498 0000000000002c42a5e417a91123f52eac8a83d5259b7474899f0305bbd7028c 3 0.00/1.00 vMB 832
125,497 125,497 0000000000002b9d0075e94c5eb2b30853ee2b3076720485d807eedc4c52a8f6 5 0.00/1.00 vMB 2,331
125,496 125,496 0000000000000209bd1683770c76aab6488cf9399f129c8eb6f3b7873241d7ed 4 0.00/1.00 vMB 0
125,495 125,495 0000000000000bd0e4ddd607d9cfb6e59b0a9a66609fa710d81c4e74ea909e01 14 0.00/1.00 vMB 991
125,494 125,494 0000000000003841969de084670ae064f4520ff8c466cca5b39958e2a5a21129 17 0.01/1.00 vMB 915
125,493 125,493 0000000000002f1f4e8a611732e221347161964f4e3e9d04d8f585c7f50ec3e4 9 0.00/1.00 vMB 1,537
125,492 125,492 0000000000002624571cb18c6cfaad1f70a08adab11f0946eb0ecb081efc1b46 4 0.00/1.00 vMB 399
125,491 125,491 00000000000020cbdd9846b2e420f7b5ec7610db18c44d78767e9f4e8b819a3c 10 0.00/1.00 vMB 353
125,490 125,490 0000000000001a4d5e21b99a8085b1a00b67c15e98ed47c142709e74a0adb89c 5 0.01/1.00 vMB 591
125,489 125,489 00000000000012cfb9d5309007166c39f7a697b4c01236d8ea458432940dd7da 37 0.01/1.00 vMB 151
125,488 125,488 0000000000001af2ecf6b32b6395614c74a70490627b5b4079972b206ea8af49 14 0.00/1.00 vMB 1,118
125,487 125,487 0000000000000633e6a75da1445f3d262e059b18146d1de7b86f2c08915bb216 2 0.00/1.00 vMB 0
125,486 125,486 0000000000002714ba3a341f3f87c8f4a8e147c4d3375657ee735ee568f5db3e 7 0.00/1.00 vMB 988
125,485 125,485 0000000000001679c13458615907694d2897d361f7601f074e72ecdee99ac47a 6 0.00/1.00 vMB 0
125,484 125,484 0000000000002a76b5437e46767bdac680e9e037ab1a9b4bd5e081f074259381 8 0.00/1.00 vMB 345
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

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