Loading Tool

Explorer IconExplorer

Memory Pool

24,021 transactions
10.56 vMB
0.03006885 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.37/200 MB

Candidate Block

Mining Attempt 58fd20657afeb5a706342e6bf11751f11efee7b56124096f290cf29243cd0da1
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 40a8ec8589ba7ee02ebb8e8a4e7845cb494a63df9d72d715006be3daff175b2e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.01256272 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (668,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,615 244,615 00000000000000571e18eb80562f4566a31ca2047212a48489256174e145b4e9 57 0.02 vMB 193
244,614 244,614 00000000000000ad744bfd8aa1ac563a96aef1d52ae3161c149962d51b87c61e 81 0.04 vMB 122
244,613 244,613 00000000000000a1abf8e0ae16cbd9794a2a47f5f6ec0d00595606174f969c16 33 0.02 vMB 57
244,612 244,612 00000000000000841dd7d773ffb40628e3de50eb2803f26864253259caacb84a 168 0.08 vMB 99
244,611 244,611 00000000000000100d7f8aea0dcfa1f5decedba1de3e1fdf6181883427599993 97 0.04 vMB 94
244,610 244,610 000000000000001f86ee0180385d24eb3c4e207e6fae43118f96d949458a53d4 66 0.04 vMB 40
244,609 244,609 00000000000000c314239da7a80a5296847503a516d5e0df57e3dc2a5bec8c2d 39 0.03 vMB 30
244,608 244,608 000000000000002f88a2f6e3c3949c78e373faa59d61bc1e758169e47195c76c 130 0.07 vMB 76
244,607 244,607 00000000000000a557a6e24086429cd2c270d18e269be5e8fd7ae1bc3d02fc3c 73 0.03 vMB 6
244,606 244,606 00000000000000640562eea02d99005525f88d400d2d1f93a5a95153b4fdd357 579 0.24 vMB 150
244,605 244,605 000000000000000d07ac85186df2079f06bfeaf70e98c87c98cebc30e021b581 137 0.06 vMB 28
244,604 244,604 0000000000000056efb1d8f02aa1474625309305ad105511cf620134e1890833 243 0.11 vMB 146
244,603 244,603 00000000000000818c75579aa2b20eb4a2b5ad8f258911a48a7af6c3caae4aa5 122 0.05 vMB 93
244,602 244,602 000000000000005709f0604301d9e2f83d6aa3c6436df32bf313a448bfece1f1 307 0.16 vMB 78
244,601 244,601 0000000000000061537f8989b41d0e7ca757fa48e2615126147b1cfeff706cd9 668 0.25 vMB 190
244,600 244,600 000000000000001fe183d6bd48798bceb348ac8f915c9348816f6c3acb2040e5 23 0.01 vMB 189
244,599 244,599 00000000000000a6ebda50278c6d2a2616ab411cc326619d5cf622ecf5202242 332 0.17 vMB 128
244,598 244,598 000000000000007b22983286ea60ca5df56c0c567fb9ddb9acae666b2b4637f9 107 0.04 vMB 130
244,597 244,597 000000000000002bada953b692fa117f6b32cc2b932a8bbe51055e7247bafef3 15 0.00 vMB 101
244,596 244,596 00000000000000ae4229da9d95c9c60d6cf9c63e76a265e6871cfed1cf235a17 200 0.08 vMB 116
244,595 244,595 00000000000000be15183562469f84932df365e56e787a5f341768021ef7c1f9 35 0.07 vMB 16
Previous 10 blocks ↓
Total Size: 779.77 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: 397.05 GB
    • Received: 2.03 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.