Loading Tool

Explorer IconExplorer

Memory Pool

84,466 transactions
31.87 vMB
0.10188191 BTC
Random Selection Loading Transactions
Max Size: 194.85/200 MB

Candidate Block

Mining Attempt 1e954b18b445184d7d99df9b53e5d4754e43ced4e1304d860c0afbb8b0dee410
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root babf65bc97c9ba8b92092aaaf8ac5f5481e2be8321c0a8e655b1cfc395f7d5a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,523
Size: 1.00 vMB
Total Fees: 0.02535246 BTC
Feerates: 115.99 > 2.54 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (268,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,574 646,574 00000000000000000003893bda5caa43b4555572a640e5d0c96fe8cedcfc13b9 3,139 1.00/1.00 vMB 143
646,573 646,573 00000000000000000008103882b5f33b8e058c6d2d0643d91d3ebb30c187627c 2,688 1.00/1.00 vMB 115
646,572 646,572 0000000000000000000b129a948792038ee192504b9ca17a85a16a9f7ca974dc 2,776 1.00/1.00 vMB 129
646,571 646,571 00000000000000000009358512f418368912a01e0d609f710998a79a53cf8246 2,292 1.00/1.00 vMB 132
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
Previous 10 blocks ↓
Total Size: 782.77 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.17 GB
    • Received: 16.86 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.