Loading Tool

Explorer IconExplorer

Memory Pool

83,125 transactions
30.38 vMB
0.14627594 BTC
Random Selection Loading Transactions
Max Size: 183.60/200 MB

Candidate Block

Mining Attempt fdf6cf2eb11a41a78d3dcc659b6d14f73d537ddb8f59cd35b852e3b4193f055c
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root a6247e5ad7140fb14c3a63d50a95d942ee9b981d9dc58b3e31832989f9eaf94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 1.00 vMB
Total Fees: 0.06117808 BTC
Feerates: 477.45 > 6.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (805,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,900 109,900 000000000000464cdd0ad30e6b9e73edb605f2ad7dc693fa2c391852cf1220e0 1 0.00/1.00 vMB 0
109,899 109,899 0000000000001156fcf1301176abd0de7aa3d013c0a0073941711b386876f4b6 8 0.00/1.00 vMB 0
109,898 109,898 000000000000f586c2f554b8e02f7dc8bec07b87957f3fdcf38145b514422e4e 1 0.00/1.00 vMB 0
109,897 109,897 0000000000019ec3c464fa994371e5c82da87bc5160a66dc03ea8c4c31c01971 10 0.00/1.00 vMB 0
109,896 109,896 000000000001b2f02cf985dd0ed8fc688ba12770f7777415727b92babaf036ec 12 0.00/1.00 vMB 0
109,895 109,895 00000000000120e4aeda51e514f6764fcae0323eb9e3edc71c8210e50d7050d0 12 0.00/1.00 vMB 0
109,894 109,894 000000000000173f7192ae8dd1744608bb9cced921d2e366b2112b5fb9bed0d7 11 0.00/1.00 vMB 0
109,893 109,893 0000000000000f194877d00574cac2bc0d6e5b7ea08bb8bde32f7c70efd7b528 12 0.00/1.00 vMB 0
109,892 109,892 00000000000197f456274ab825c71ad5772b3065302d64ab7f0adf14154af389 8 0.00/1.00 vMB 0
109,891 109,891 00000000000125cb5d2febf52524366adda014bbed2ec6f58886e45815fac0f6 11 0.00/1.00 vMB 0
109,890 109,890 000000000000175d94561ac184ceacbd327a6dd061256d9beb24bbba140ebe23 11 0.00/1.00 vMB 0
109,889 109,889 000000000000fb34fe6c7df6800cc19f81c70732352a355c43ef28cf0df8672e 3 0.00/1.00 vMB 0
109,888 109,888 0000000000016c09ff214f44d43897c45c4923090590e88ffdd527b8b8580ec0 7 0.00/1.00 vMB 0
109,887 109,887 0000000000013725db6da8a657f7d18fb7409a8e2791c48a74e525186bc5fd2e 5 0.00/1.00 vMB 0
109,886 109,886 000000000001a9bf4a46f1dbb59fcd860df77df1c1f596596deed228d84b7fbc 11 0.01/1.00 vMB 0
109,885 109,885 000000000000860f4793cabf6c8700328b0e04083debd38f2f82852e5063775b 6 0.00/1.00 vMB 0
109,884 109,884 0000000000009a6a7cd4febd59fb28998e35ec78f5af67df64e9d527c3b7a295 3 0.00/1.00 vMB 0
109,883 109,883 0000000000010d64eb451cca850e613eee9fa2b31e51565d51fd4a97bc215b1d 32 0.01/1.00 vMB 0
109,882 109,882 00000000000190f3790e98a56bb2377bbfe3b897b26d4d32f726493a402c0d3f 1 0.00/1.00 vMB 0
109,881 109,881 0000000000004f74ef90e98ebbf9dc2cdb1e0da075eb958eb1a8e5dd5b657cda 1 0.00/1.00 vMB 0
109,880 109,880 0000000000001bdd41e7ab17c47bd1dca342a8a19f50b04da973817cf25c86fa 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.19 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.