Loading Tool

Explorer IconExplorer

Memory Pool

72,702 transactions
28.03 vMB
0.06687534 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 940821c653b189c1d395300ec95e53f5b49286e4eebc1cb0bf5258849ee08285
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (429,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,784 485,784 0000000000000000006ef413454dfd8008d80561e83963e7ad1638e394c7f7d6 598 0.25/1.00 vMB 89
485,783 485,783 00000000000000000017e5849ced9fa045b5c05ca463872cac1be63a42789a12 1,144 0.49/1.00 vMB 102
485,782 485,782 0000000000000000006f7727c6973aa2536b14a1ee9bcba6a839a595fbce7a03 314 0.26/1.00 vMB 80
485,781 485,781 00000000000000000048b2358af61a45617917a776e9889264fc07dc3cc21ddf 2,468 1.00/1.00 vMB 174
485,780 485,780 0000000000000000007cfe5b78d9ac807e7672810026cc8bbc7d9ca1b21f3274 166 0.08/1.00 vMB 68
485,779 485,779 000000000000000000a24e842012b9766046ba50e872d0ffc0d9e30b84a36bab 310 0.11/1.00 vMB 123
485,778 485,778 000000000000000000dff0e892dc7aeea100188e7af7ca0af2317157e885e913 853 0.37/1.00 vMB 109
485,777 485,777 000000000000000000acaeb614643123a1c5a87c36cc912e066f076c1fb04385 804 0.41/1.00 vMB 75
485,776 485,776 000000000000000000788d1d292949b6c88462a23dfc29257d1e9052b1e1e101 1 0.00/1.00 vMB 0
485,775 485,775 00000000000000000126c21deaa284b39e1a826f5f4eb9ae8fcfd9a9d114452b 1,239 1.00/1.00 vMB 38
485,774 485,774 00000000000000000124f95473b454835ebd7d2ff1c848dea24a4d31636d4708 2,441 1.00/1.00 vMB 39
485,773 485,773 000000000000000000a3bb53665ca032d2e2a41dab0cca88597c3f0e54f8227b 2,342 1.00/1.00 vMB 121
485,772 485,772 00000000000000000015c55a5005ddcd533dc122d4607bd91ccb5b6ce096d469 1,964 1.00/1.00 vMB 170
485,771 485,771 0000000000000000000d77b4cf469df4463fc051e55fdaa9117832d893791533 1,430 0.62/1.00 vMB 65
485,770 485,770 0000000000000000001d0613e0f026c5a41fb16ba8ec7c5a6ef17e4c7ff46717 2,304 0.98/1.00 vMB 24
485,769 485,769 0000000000000000003e7b4ce1e2021d5443af6eade7d5b115d6c025bdc5310f 2,243 1.00/1.00 vMB 168
485,768 485,768 000000000000000001044b6b69d44ed39dff8de55611507c0ecfba677e3a0b87 1,965 0.98/1.00 vMB 35
485,767 485,767 0000000000000000007675530acb9913cfe2ee559e0e8368427e0d8be1c0adfe 2,427 0.97/1.00 vMB 78
485,766 485,766 000000000000000000c87aaeafab16018e42956009b320e36d90b29e4fcff8c1 2,363 1.00/1.00 vMB 117
485,765 485,765 000000000000000001236cf2aafbbaee229f0c0773bd681be94c79f824bf59f4 2,229 1.00/1.00 vMB 103
485,764 485,764 000000000000000000c6c02efa68f4f6fab9b2d9c057fac79ee9a4483b35d1d8 1,345 0.99/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.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: 666.77 GB
    • Received: 15.22 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.