Loading Tool

Explorer IconExplorer

Memory Pool

90,897 transactions
24.44 vMB
0.09178600 BTC
Random Selection Loading Transactions
Max Size: 165.23/200 MB

Candidate Block

Mining Attempt 68ed1a2021150005ed0f1b431e38393452072760a9e8ccf3b90567c71035fedb
Version 20000000
Previous Block 000000000000000000016bde5534191959d870851b7da5e58021e94ca07f41e4
Merkle Root 11fa27804fede5dd57a88a0825a94c5a41c9f993c8e228b6fe48d15bd001c64e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02702458 BTC
Feerates: 100.17 > 2.71 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,905 (856,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,610 59,610 000000000b0f0ee4e848ba1c87ff155ffcc038b727052e42792f0cbf665d9871 2 0.00/1.00 vMB 0
59,609 59,609 00000000055ae03dbfbb069ac1776322e882745e2f1822bd1bcf3418b2700f8f 2 0.00/1.00 vMB 0
59,608 59,608 00000000057f6c225f87495044a3100bdc69d54ceadbe9bff5db1182d4e07838 1 0.00/1.00 vMB 0
59,607 59,607 000000000e1826ba88fdd87bc7abf6315b48f552c49c4ed1a9055bf13dd6c593 4 0.00/1.00 vMB 0
59,606 59,606 000000000c2cc98f32ea1b531b85cab38ebc7f0f60914d57e3370d3fa9494cb3 1 0.00/1.00 vMB 0
59,605 59,605 000000000bbfe91393817351a03a2de6a7d08869fcc3c802ac6ccc37611bafdb 1 0.00/1.00 vMB 0
59,604 59,604 000000000ac7091568147bdcad9fc5310a1df900ae6b7fe04c38cf97b7533f3f 1 0.00/1.00 vMB 0
59,603 59,603 000000000b4a15f68b9d541daacb777180a2c0bd961f70e4dcbd65b8acdb48ef 1 0.00/1.00 vMB 0
59,602 59,602 00000000015e037bacad92b33dd9a68d73c93250c0c9e212dcd9760fa7ddce42 1 0.00/1.00 vMB 0
59,601 59,601 0000000003da52151951a15bdd4427d1dc0ab1f8c9a82bde2a83ea0caafa281d 1 0.00/1.00 vMB 0
59,600 59,600 000000000277b486ccb1a98cda87a656b57e2f741fcbbfed42dfa2ee1a3ecc6c 1 0.00/1.00 vMB 0
59,599 59,599 0000000009ab4396a17f578d4a361e8ff36975102b0c887489d6eb0ef2feb992 1 0.00/1.00 vMB 0
59,598 59,598 000000000d1c4e5974cf34856b10dbe7a65d56abba28a5096810562a8eeaa032 1 0.00/1.00 vMB 0
59,597 59,597 0000000004abe71783b97fde5ffeabd81ebf8bdc1212ed0fbf3b9de664100601 1 0.00/1.00 vMB 0
59,596 59,596 000000000826ee10caeaa4f4d889862292d3072ce4689ef8efe412b4d13923ff 1 0.00/1.00 vMB 0
59,595 59,595 0000000000a48bb712401707771178b1da015a8223d575e50f91c69ffebfba09 3 0.00/1.00 vMB 0
59,594 59,594 0000000004d2aebd065ba8bee81b6d3198b691245e9dc678233cc3fe90417946 1 0.00/1.00 vMB 0
59,593 59,593 00000000055a9fae60e00411d785cfe0d52ee4db5c2dd2ea2473a04b59f8f3b8 1 0.00/1.00 vMB 0
59,592 59,592 0000000005d3376681f650b2b1b7d0c0de0cc0f8d42d86f8cd018ca2f47750e5 1 0.00/1.00 vMB 0
59,591 59,591 00000000053bc6e8bab7d874fb0f51ee90cd0e0e172f8d9e9b61e7a1eed48543 1 0.00/1.00 vMB 0
59,590 59,590 000000000597181c30885401acffa1e2aefa74e98db388c8c7d636e0944a5c56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.94 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: 798.12 GB
    • Received: 22.40 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.