Loading Tool

Explorer IconExplorer

Memory Pool

38,720 transactions
28.28 vMB
0.07165557 BTC
Random Selection Loading Transactions
Max Size: 143.38/200 MB

Candidate Block

Mining Attempt 8c6b52de832275dc902b86c8d3711a179c38fa254ddada6988345b430099080a
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root ad7efd49e6b1509ac4ce43ce9417dbf5095d49044fa7f824a3ca5b436a3be2b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,396
Size: 1.00 vMB
Total Fees: 0.01736885 BTC
Feerates: 150.93 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (444,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,137 470,137 0000000000000000004018e9a95d55503319e30c066d08ff0e706dcab19d8993 1,354 1.00/1.00 vMB 433
470,136 470,136 000000000000000000f2b12cee5665fa5ba3c1112f4ff28778a853142b37fefe 342 1.00/1.00 vMB 428
470,135 470,135 000000000000000000600facaeafc14f69aff71ef08bb93f5e4eb19ff6b57279 696 0.99/1.00 vMB 433
470,134 470,134 00000000000000000114225acd446d6511dc2085d0b8acf918276c55421a6bf3 1,446 1.00/1.00 vMB 509
470,133 470,133 000000000000000000230431384fb80d07d746cdcf4322235f8c35e9ffa75b6d 628 1.00/1.00 vMB 417
470,132 470,132 000000000000000000b326f2c3b8f1c0805aa886af45aeed6007ac88e44d3879 757 1.00/1.00 vMB 463
470,131 470,131 0000000000000000014e125d627eb14648cd3b616b3a04ffd794cb22abf36a33 1,584 1.00/1.00 vMB 452
470,130 470,130 0000000000000000017cee99a85059044fa3b32b3e5772197bf92aeb564b885c 2,084 1.00/1.00 vMB 533
470,129 470,129 000000000000000000b1b1a3a94047ec9b18b6140caac06afdf5ee6d7e3f7d70 2,415 1.00/1.00 vMB 337
470,128 470,128 0000000000000000001e8b8a61c939f0121b3d0849e957c303c074199d063bc3 2,511 1.00/1.00 vMB 492
470,127 470,127 000000000000000000857f6691f9c361f26bfaec6ba44fda00c58f2b6bda941d 2,782 1.00/1.00 vMB 289
470,126 470,126 0000000000000000003e3175659546cd9cd6e1f7b826974ab3870835b28a12c1 3,405 1.00/1.00 vMB 346
470,125 470,125 0000000000000000000bb7b53d768f7f84ab0b02c57b08fbe01aec16f4e75812 2,792 1.00/1.00 vMB 391
470,124 470,124 000000000000000000dbce16088a5d2b9ae03e13ac8329569c78ea4b65eb3421 2,150 1.00/1.00 vMB 477
470,123 470,123 000000000000000000f57a4f3df1a3fbeb5b98968ba99f84762bd7bc89dca88f 1,870 1.00/1.00 vMB 278
470,122 470,122 000000000000000000cfb9997efb665cad5dfb9c098ddc424e7ed14b481a0e10 2,066 1.00/1.00 vMB 373
470,121 470,121 000000000000000000a16d8b48395495b14f0ee5222b539fc49be716c873a097 2,372 1.00/1.00 vMB 488
470,120 470,120 0000000000000000007c6c68ec5fa081e3230ab817f468430eb2eb516c8804ac 1,782 1.00/1.00 vMB 340
470,119 470,119 000000000000000000a1d2108005fed052ec2be2ffe268d1cadf25cf88f62197 2,219 1.00/1.00 vMB 325
470,118 470,118 000000000000000001304435b74506e5fa2097beda985cbec39c11f9c5189c3e 1,845 1.00/1.00 vMB 314
470,117 470,117 000000000000000000533f27878c2a157ec94ca9256dca320f484d93fc63261c 2,387 1.00/1.00 vMB 308
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.87 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.