Loading Tool

Explorer IconExplorer

Memory Pool

91,967 transactions
24.66 vMB
0.10976973 BTC
Random Selection Loading Transactions
Max Size: 166.67/200 MB

Candidate Block

Mining Attempt 010be3bdb453a2feea3b8b10f6043daba5c8a9519c77fc67097a358244fb906b
Version 20000000
Previous Block 000000000000000000019b4476420a45227c4c00c3e782152e163690b4dcdf75
Merkle Root bd6d859d1dc52b2177fe9a49e233f9762fc218dc69ee5aa1bd2227779acda255
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.04106946 BTC
Feerates: 201.07 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,896 (165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,731 915,731 00000000000000000001cd9c0a80346c0a4f1fc6b824b51115c53983955fb9a7 2,920 1.00/1.00 vMB 1
915,730 915,730 00000000000000000000c6ac7e7f0fcd60251a41b4849fe3f191aac7bbde65c1 6,319 1.00/1.00 vMB 0
915,729 915,729 00000000000000000001cc43a000744fd7a85ff4b009ae4bc70e8685672cc160 2,459 0.71/1.00 vMB 2
915,728 915,728 000000000000000000013689778d67ec8d4911cb7db1d268c9b0a9e70be7be6c 4,226 1.00/1.00 vMB 2
915,727 915,727 0000000000000000000046c09b2e6daf4af29a3603a151b3d29f2bfec6909fe3 2,581 0.70/1.00 vMB 2
915,726 915,726 00000000000000000001dcde000dc1f88feabaac049b0c0d664cd7d13a276a5b 4,042 1.00/1.00 vMB 3
915,725 915,725 0000000000000000000009e35236bc8c6dd26d8ee6d62860abc2c9597236c612 5,515 1.00/1.00 vMB 0
915,724 915,724 0000000000000000000192e6013b48ed95a8bfc4c0b47cc56596ba08153ac266 5,050 1.00/1.00 vMB 1
915,723 915,723 0000000000000000000093b4732c6bc0ef3547baa946982c2ac6fe5321c1252c 3,253 1.00/1.00 vMB 0
915,722 915,722 00000000000000000000b2066e64a2616f7b87febe80fe6844cecb42d9679e4e 1,352 1.00/1.00 vMB 0
915,721 915,721 00000000000000000001f3098b781d5233b346383817edcc9d8b97a8a2f96ddb 5,253 1.00/1.00 vMB 0
915,720 915,720 000000000000000000003e784f92022958a16cadeb59f1d480ddf980bf9aa75c 3,653 1.00/1.00 vMB 3
915,719 915,719 00000000000000000000ab4f713c5a892e978b1a4405580e911bb8d65cd4b87a 3,507 1.00/1.00 vMB 0
915,718 915,718 00000000000000000000c7f92cc3ebb1554fd05b54b940da1fef3d27b128bb7f 4,440 1.00/1.00 vMB 0
915,717 915,717 00000000000000000001b614ad5ed2be1cb8ac93c9d5207f28d3ef09e7111eee 882 0.26/1.00 vMB 3
915,716 915,716 0000000000000000000068e037045812323522883cc813c47a0aa694e7ce14d9 1,214 1.00/1.00 vMB 0
915,715 915,715 000000000000000000010a08e47ab3f3db9b241ebc3b853b697760997c749ecb 5,259 1.00/1.00 vMB 0
915,714 915,714 00000000000000000001d3b397c6341d298d5b2fac47b696110a26d58c1b1d83 421 0.09/1.00 vMB 2
915,713 915,713 00000000000000000001f9b9fde698cdc61f28c8c3ca992f96e5fda53b579230 505 0.11/1.00 vMB 2
915,712 915,712 000000000000000000005ac41088030d61fb3acda0363778e2183a6d65a9c431 2,008 0.57/1.00 vMB 3
915,711 915,711 000000000000000000009dbbe776f3a92fdd470fa29fc79a950ba6a907d201b1 4,238 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 797.64 GB
    • Received: 22.31 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.