Loading Tool

Explorer IconExplorer

Memory Pool

84,031 transactions
23.86 vMB
0.14214935 BTC
Random Selection Loading Transactions
Max Size: 155.87/200 MB

Candidate Block

Mining Attempt 2bf16c1e69d97ee7135bebae67a74cb737f6ff5bbf2aa8c4ffb951214a0f8c4b
Version 20000000
Previous Block 0000000000000000000025975690ddc7be9c753a1b47fec88bbd2ef4f7d6b312
Merkle Root d6c54ba42eca3608e3ffb1253afd571c3d246cb8c5115ab22c03ff477332efd1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,976
Size: 1.00 vMB
Total Fees: 0.05545612 BTC
Feerates: 477.45 > 5.56 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,197 (820,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,802 95,802 000000000001df2f10c3cb420d2ea49d1cfa3a489ae6472701a2abffa7a3dbc2 3 0.00/1.00 vMB 0
95,801 95,801 00000000000570c63368eff43961943236c7a23ddd128c22ffd40cb72a162981 2 0.00/1.00 vMB 0
95,800 95,800 000000000000803edf4ede8a8600aa2ebadba5394c5633394d2b2f4ca74c614a 1 0.00/1.00 vMB 0
95,799 95,799 000000000000db5efcddcbec747565f8116a8b69dd5f73d410917295292a3383 2 0.00/1.00 vMB 0
95,798 95,798 0000000000052e90295f13fb56dad0209346b8c528e0a4c6a8287a29c1117a91 1 0.00/1.00 vMB 0
95,797 95,797 000000000000e6834306a7601cffff90738df9b8be3dd88298c1915a62c462d8 2 0.00/1.00 vMB 0
95,796 95,796 0000000000043993426c7de317a2da9b97790a56259f71dffc7609833ea7e0ed 1 0.00/1.00 vMB 0
95,795 95,795 0000000000023f13165e287157e22be0fe148d91bd977b38abcaecbbd57a511c 1 0.00/1.00 vMB 0
95,794 95,794 0000000000061268bcceacb1d5f554eeb2e1891583911738d2d9881e84af6d48 2 0.00/1.00 vMB 0
95,793 95,793 0000000000071049820cc0ffe555a14702e87e357f092702489b42044b4377ca 2 0.00/1.00 vMB 0
95,792 95,792 00000000000326794301b9f5b5033ac656913360be4ae9b89674ba4a70efb6dc 1 0.00/1.00 vMB 0
95,791 95,791 000000000007a786d0e8baf2612b271874c435d7218808b839e379480b1adfda 1 0.00/1.00 vMB 0
95,790 95,790 0000000000076f881f7a6eef28aec25a802a067ec2a4a35dedf88ae4aa1db5bf 1 0.00/1.00 vMB 0
95,789 95,789 000000000006e032b3ed77456b44f22fb45eeb834a8c0217da1d8c0d60771dbf 7 0.00/1.00 vMB 0
95,788 95,788 000000000007f5f271a1885b6c43e70a7846fe282efbe802c7f79474b92dbc9f 2 0.00/1.00 vMB 0
95,787 95,787 000000000004b71f7842ea991eb64d6f8c18a908400d08a0d99c25cdfc835bf9 2 0.00/1.00 vMB 0
95,786 95,786 000000000005894b3215f152757e67de58160f66d80ed26fa83f2f5d400b3e1d 1 0.00/1.00 vMB 0
95,785 95,785 0000000000025590135a5fc3790600c31f2c7d6d0e0613d9ab93aa47a697874f 1 0.00/1.00 vMB 0
95,784 95,784 0000000000064c9dd00850c045ffb2a523dc83eea8d6a0e068d7e2353e8e6b1a 3 0.00/1.00 vMB 0
95,783 95,783 0000000000060af4a0e294b5f240af940af41b1d6144603308205f4cc9026c9f 6 0.00/1.00 vMB 0
95,782 95,782 000000000006172c66ef6aa27157cfae1dc782463da1e80f5d46a16de00f45cf 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.45 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: 823.62 GB
    • Received: 24.94 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.