Loading Tool

Explorer IconExplorer

Memory Pool

84,311 transactions
31.54 vMB
0.10480091 BTC
Random Selection Loading Transactions
Max Size: 193.30/200 MB

Candidate Block

Mining Attempt 41d430b6544488888bc3bf87b4c3910cc33ee0575e83412a6aefc27ef1eefcb9
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 4def58f22db5dd5877edf9bf4587644ae501a5f523c39ab2ff7b7b522de160b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.03197160 BTC
Feerates: 301.57 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (268,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,570 646,570 0000000000000000000f56226e0c6af73950c277eafc4cd9c8a919bba4785122 1,949 1.00/1.00 vMB 110
646,569 646,569 0000000000000000000f7aa7c5d55256b3b05fcd0affc7a7337c4ecbac83107a 2,206 1.00/1.00 vMB 123
646,568 646,568 000000000000000000000de7e2ea739ad19459535a762b8a7b1ecf1a6bac1224 2,811 1.00/1.00 vMB 153
646,567 646,567 0000000000000000000b935d9cf526c5adba03116986fc0021617d6d5642a4a9 2,548 1.00/1.00 vMB 42
646,566 646,566 0000000000000000000e2a6e8a31d7388e92cb22eb15631ce79d96062c1048a6 2,606 1.00/1.00 vMB 66
646,565 646,565 00000000000000000003ff2647614710b6bc0b4cdf9efc5a1d17765306c488ce 2,385 1.00/1.00 vMB 64
646,564 646,564 0000000000000000000a04de89b770d3e938a5180cea9797c86405c8549c6f97 2,771 1.00/1.00 vMB 90
646,563 646,563 00000000000000000000ba321d7cc853b88c8842e0594e142408bd2831ffcd26 2,005 1.00/1.00 vMB 111
646,562 646,562 0000000000000000000896c103753054214b8f2f268468b53223ae60a01a2f3c 2,285 1.00/1.00 vMB 92
646,561 646,561 00000000000000000006fb8b94a55b29ea313f74a0ec3e88ee8ac65a4746b003 2,683 1.00/1.00 vMB 30
646,560 646,560 00000000000000000002f8946291c9415140c9b2251f4edde71978207c5f5074 2,265 1.00/1.00 vMB 109
646,559 646,559 00000000000000000002b4e2a2402a9a58bd113d9bce84983845e8f4790b337e 2,664 1.00/1.00 vMB 69
646,558 646,558 0000000000000000000b7bf9e5be98df8ef8695df23628ce61b597910b487677 2,775 1.00/1.00 vMB 36
646,557 646,557 0000000000000000000c8749756a1b2368def49c287642d181c2baacd7767017 2,275 1.00/1.00 vMB 95
646,556 646,556 000000000000000000009d04e2f58f178c393383a548c41250f97d0b39d5e96c 2,961 1.00/1.00 vMB 129
646,555 646,555 0000000000000000000b3b654f551564773c44ceebc6f0454fcde30ddd35b13b 2,681 1.00/1.00 vMB 82
646,554 646,554 0000000000000000000c7971e092341da09ac37f8d69be1bab8f75517a595467 2,369 1.00/1.00 vMB 69
646,553 646,553 0000000000000000000f79bee0cffae7015afcd55047431b6a37d24ee5392cbf 2,436 1.00/1.00 vMB 64
646,552 646,552 0000000000000000000960912cba334e304c50b4d3f5db37c84f506befc58134 1,664 1.00/1.00 vMB 86
646,551 646,551 0000000000000000000dcee71742c6e735baf69c68fea90f12f9614ed481d240 2,350 1.00/1.00 vMB 104
646,550 646,550 0000000000000000000d5a6f97caff85910b4c8783a290551453608577d91af9 2,602 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.78 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: 709.59 GB
    • Received: 16.92 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.