Loading Tool

Explorer IconExplorer

Memory Pool

41,482 transactions
27.50 vMB
0.06823231 BTC
Random Selection Loading Transactions
Max Size: 142.24/200 MB

Candidate Block

Mining Attempt 6c0c3cd0b19d144cead11267dd95f1ec00dba2cd8088a6d436e5043c10d49ac3
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root fa400d1948de90663cc25ea1d3979c28f8b87530c86629ae6eaf96d8e3349ac7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.01456696 BTC
Feerates: 100.53 > 1.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (912,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,551 2,551 0000000085b25ed759f375678f80ca0dff8ed09f9f7c962f34d3fa21338e77ae 1 0.00/1.00 vMB 0
2,550 2,550 000000007f682ac5a58caa156e06a87ef5944a165ee0b33edbfc4cee0cdd5549 1 0.00/1.00 vMB 0
2,549 2,549 00000000594397a29ea81a2a61f94299b6005d26c1ebe942236fb91649fd7929 1 0.00/1.00 vMB 0
2,548 2,548 00000000d2101078511eef00bc4ef45bf9617cfa36440a6d9b5a0bc15f77fa40 1 0.00/1.00 vMB 0
2,547 2,547 0000000098f2f5e9a0d101e620aab3f07d29ebaf05195b8cfef4620dd883b274 1 0.00/1.00 vMB 0
2,546 2,546 000000009b28503a1755e120cb2ef8c744fd45961bea18af2d3c4e43492eb20f 1 0.00/1.00 vMB 0
2,545 2,545 000000005cba1279152a1d599e1bf8230345c17032065b9ea8c5360270c33b39 1 0.00/1.00 vMB 0
2,544 2,544 00000000a3633674322a3ad241b11175f7200503e12e9948090dfbbaf8aa83ce 1 0.00/1.00 vMB 0
2,543 2,543 00000000fc475c10ab951e3a3b01b45478de43741cba68a8bddcd28063fb686d 1 0.00/1.00 vMB 0
2,542 2,542 00000000ac41d26f0e2f890a33895e1317f735f298b76f409103a4f4f0f93d72 1 0.00/1.00 vMB 0
2,541 2,541 0000000099531766ee9897533ea3fdecefa07109234dd0a52973b55f681b7c69 1 0.00/1.00 vMB 0
2,540 2,540 00000000e3691de8b867864819eb3a97965e196f5f28f3ea18556af720845db3 1 0.00/1.00 vMB 0
2,539 2,539 000000008efa1b463e936907b292aba8ec65a84c4b1e0978763b3e3dd9305b11 1 0.00/1.00 vMB 0
2,538 2,538 0000000044521f3387f0d64467c2abd615f9c8ce3547542d4af7de426cb553b8 1 0.00/1.00 vMB 0
2,537 2,537 000000005180e108826aae57b4910e1a06f8bcb7b3e163913cea4f491143f4cc 1 0.00/1.00 vMB 0
2,536 2,536 00000000ba9d6ac9ee33b7740320afeb7a0cdd98f98a0dc84c9a6aca1160190e 1 0.00/1.00 vMB 0
2,535 2,535 00000000bb0ce082a9c12a10d4bf003e64d2d3de464a7b7011588660426fe145 1 0.00/1.00 vMB 0
2,534 2,534 00000000f021c6092044c58a0b4d398fddcc9eca3ad36c8621ac7337231db4a6 1 0.00/1.00 vMB 0
2,533 2,533 000000004d092f3b5f821106ec5aa6aee923e5900418f31d8083f65e72ae8ffa 1 0.00/1.00 vMB 0
2,532 2,532 00000000c3323972d09a12c61078412126e11cc28a73fa6f3e9d3aa63234c4c4 1 0.00/1.00 vMB 0
2,531 2,531 000000002d942807eaecfd8c7dcd0876ad677ba0cc0324cd8764cbf36ec4a1a3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.22 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.