Loading Tool

Explorer IconExplorer

Memory Pool

39,796 transactions
28.93 vMB
0.07106229 BTC
Random Selection Loading Transactions
Max Size: 146.96/200 MB

Candidate Block

Mining Attempt ffc1d89fef2bc327d97d25cf5e03b2c3192482830daa41eb590066141e375086
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root 047194288dd5e2e438493f0186c9be4a713e374c71fc65fc2402d686acf1f13e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,538
Size: 1.00 vMB
Total Fees: 0.01484228 BTC
Feerates: 100.84 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (810,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,469 104,469 000000000000d7ed5ee13979f3caac61b98464a075560a22f59be5aaa59332f7 14 0.00/1.00 vMB 0
104,468 104,468 00000000000039db7a5568fe0a03bb5618609a29329dae0f05346a1b65fc97f1 2 0.00/1.00 vMB 0
104,467 104,467 000000000000ca265e4400c378de1832cdff3c0b68f75ef1f5f503da2810408b 1 0.00/1.00 vMB 0
104,466 104,466 000000000000248b566e391dbae2729a1fc82567f257d7182f0bd528edfea2f4 1 0.00/1.00 vMB 0
104,465 104,465 00000000000261306e34e4a1d6d37349917f39a98667e51eb72d64dfaffa7c1e 3 0.00/1.00 vMB 0
104,464 104,464 000000000000a0e6d4519fa7991801abdc33b25dac2de4f7f7e1d33d03bab388 2 0.00/1.00 vMB 0
104,463 104,463 000000000000af0a7b0d24152e0b992c55e634f19dfcb499707ea7a6993545a4 1 0.00/1.00 vMB 0
104,462 104,462 000000000002add0706624fa89054693ce7633c127301c66373b3c828c84ceca 3 0.00/1.00 vMB 0
104,461 104,461 000000000003557cbeda1245e0091c09f55dd50f9e8c54a28dd11e22873f91c3 10 0.00/1.00 vMB 0
104,460 104,460 0000000000011d0a8989220b8d98b0860fe09e1437b421aac485e71af8eba735 16 0.00/1.00 vMB 0
104,459 104,459 00000000000002536808457464aaa54b2b374c8b3240d0ef365ce33f2410a4d5 2 0.00/1.00 vMB 0
104,458 104,458 0000000000009211570141d66abcb2a8a2780818f07aaa05b622639b766545f3 5 0.00/1.00 vMB 0
104,457 104,457 000000000000039c2e935324e94cb00f3152338f6e92282a2d4d8c5a88f67f8a 3 0.00/1.00 vMB 0
104,456 104,456 000000000002b366ecd2e12ffa99dfa3ec5eb251a95a047c3505a9077e4e5be4 5 0.00/1.00 vMB 0
104,455 104,455 000000000000628564ff612608f9719b85df3abcca0ad38a6edb612cd3ffcdbf 8 0.00/1.00 vMB 0
104,454 104,454 000000000000ea8946ba3639bf83268dc65509249ed132222913f9a4d0d4621d 25 0.01/1.00 vMB 0
104,453 104,453 0000000000016260d1380b69244b5bab68d6e4daf1ca4b41493eb369cc8cafcd 6 0.00/1.00 vMB 0
104,452 104,452 000000000000e1d9493cbbbea205e8319e8ae2f74bd58e72260f3e3c2024b3bc 2 0.00/1.00 vMB 0
104,451 104,451 0000000000013a5505bc749ce000a6c3635b58b64bcd83abb9e404a4b81891da 3 0.00/1.00 vMB 0
104,450 104,450 000000000001e63926e2ed9141e4e740c7670c9e9877a3d1e6a5809ac996da46 7 0.00/1.00 vMB 0
104,449 104,449 000000000000488d856b4aa4191603c25c37d7265da962d0c37855f3a3b3f164 6 0.00/1.00 vMB 457
Previous 10 blocks ↓
Total Size: 781.58 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: 623.01 GB
    • Received: 11.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.