Loading Tool

Explorer IconExplorer

Memory Pool

63,157 transactions
21.53 vMB
0.08684663 BTC
Random Selection Loading Transactions
Max Size: 134.01/200 MB

Candidate Block

Mining Attempt 735f9c76955e668d19436c4dd562109fed498f7f3ead78c6596cae207b581198
Version 20000000
Previous Block 00000000000000000000986ccc85d25ba25b6b7dfff50ad9f1f54e05660e8194
Merkle Root 6fbdacc8694afa4ae6e94f92d1aaefcdb4d75957b4de779f1bafb38632c1a116
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,124
Size: 1.00 vMB
Total Fees: 0.03432715 BTC
Feerates: 94.79 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,682 (793,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,819 121,819 0000000000001b2ea0bc6617c5b2afb5984f4b8a8f89db3af1bb3947b8606e08 4 0.00/1.00 vMB 869
121,818 121,818 00000000000014780b7398e006ff9967c0b21679be97847ff09361ac08646687 7 0.00/1.00 vMB 0
121,817 121,817 0000000000001d764b89c852a1a112bbee20460112c093b55be0f63228fdf76e 8 0.00/1.00 vMB 559
121,816 121,816 00000000000042335e75ea52e33c739b2e431c27536098a4daa30dbc765fe106 11 0.00/1.00 vMB 344
121,815 121,815 00000000000027d38d454914adbeba55fc29506251a597d9a515f62c503cbf08 10 0.00/1.00 vMB 0
121,814 121,814 0000000000009650011d6746f2956ec8ea5992f2544d9872104d71363148fe73 9 0.00/1.00 vMB 0
121,813 121,813 0000000000004bcdef05c8bac64111546ba037238750fe62fa04b97f3e1b2b29 11 0.00/1.00 vMB 0
121,812 121,812 0000000000001a50e8d0cfd91730f6e58443f44efdbf4d0130a04d267cfe9aac 16 0.01/1.00 vMB 126
121,811 121,811 000000000000347a2f0913db4583c731b9e84aeaba64b6a4589fc160e008a03d 9 0.01/1.00 vMB 158
121,810 121,810 000000000000847d3553715401dd1fd1895174376750e247acc5208c6ffd2c5e 11 0.00/1.00 vMB 224
121,809 121,809 00000000000095aa5e8aae858782d886541e5d90924c6395e19b252dbf9d18f8 8 0.00/1.00 vMB 0
121,808 121,808 00000000000013faa0668b52eec08fd424551a6d54ba3317440536208350d7ae 9 0.00/1.00 vMB 341
121,807 121,807 0000000000005f302e7ad5e371985ca2467e0fbfa3512de75f1d2d061a062940 18 0.01/1.00 vMB 431
121,806 121,806 0000000000000f6d23d2e727bb2caab4a1f47f3ff44441ccd4ed17d99b3f63a0 14 0.01/1.00 vMB 118
121,805 121,805 0000000000005d26b4e551a8af2417dd95c7e9ee9151bb27f4938a85ae12599d 8 0.00/1.00 vMB 1,261
121,804 121,804 0000000000005e6c6983f430cba52e3f476a66940fd0e72063a4e235ba8e689a 10 0.00/1.00 vMB 290
121,803 121,803 0000000000003a814bb0e0c4650747d94979d686d76d629bc2465f1e7e0c891c 27 0.02/1.00 vMB 265
121,802 121,802 00000000000072793e87e831b5900c8508d65f4d0a21f6e57e388651c4246e5d 11 0.00/1.00 vMB 0
121,801 121,801 0000000000001166a5fa905088a2cbf1cddf96b9ce7b80b56187b8d817c6d451 12 0.00/1.00 vMB 312
121,800 121,800 00000000000040e92e86c23da6a588de09c25e7f7a143a88890367d47ee1bb3d 14 0.01/1.00 vMB 979
121,799 121,799 0000000000007906d34f1129b9ea3053fc8557919e46f3c16c2fd9e866a4ef59 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.56 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: 774.46 GB
    • Received: 20.70 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.