Loading Tool

Explorer IconExplorer

Memory Pool

84,712 transactions
31.63 vMB
0.10838073 BTC
Random Selection Loading Transactions
Max Size: 193.87/200 MB

Candidate Block

Mining Attempt d5d85e8c320f3b63152211ce02bdd0d8ab6dd5a71e349f2127430a5be69b5ce1
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 58494aabe1121eebaa65dba48f38ae73409ba95026b35f1f291a2b8d6dbed831
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.03450145 BTC
Feerates: 301.57 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (268,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,579 646,579 0000000000000000000d57e79e72697717d55076f59cb5abf65e87415dcafbed 3,049 1.00/1.00 vMB 147
646,578 646,578 0000000000000000000160c20f7104514e0bc08c3531abc4445abe7c4d40aa83 2,985 1.00/1.00 vMB 141
646,577 646,577 00000000000000000006c547a4aa54c5c293f3e4991bbf6cb889872144fc3051 2,936 1.00/1.00 vMB 138
646,576 646,576 000000000000000000048c66938f5240392d5815ae006c43fce389cd2e833aa4 2,506 1.00/1.00 vMB 124
646,575 646,575 00000000000000000006c2a8954c533fdbcadc823edb366d4f7f5ccb9fcf6ed7 2,604 1.00/1.00 vMB 128
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
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: 113
    • 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.