Loading Tool

Explorer IconExplorer

Memory Pool

81,891 transactions
30.72 vMB
0.09834317 BTC
Random Selection Loading Transactions
Max Size: 184.89/200 MB

Candidate Block

Mining Attempt 69d7aaaa27a46023c335010a0d49ada6f57a10f14b970925ab64ffb38d9e884f
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root b30df0a649eadbbfe2b3a0bb1f75df2f290b7a8f0d61c0d8235635da7ca975d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,926
Size: 1.00 vMB
Total Fees: 0.03088805 BTC
Feerates: 163.06 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (189,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,505 725,505 0000000000000000000808f5bb4c06884506cfb4e8bc853f1ee77d72fa26a895 301 1.00/1.00 vMB 26
725,504 725,504 000000000000000000022261f10aa8306924c5ad679d53331ceb1036d9e8f0d7 896 1.00/1.00 vMB 27
725,503 725,503 0000000000000000000479171c42e7af402a170daf8a6bbd6fe060ffabb49e7a 3,274 1.00/1.00 vMB 39
725,502 725,502 000000000000000000096b0daa6c13a6d72456fc907eaa3af588b73b8e5ba4f9 1,584 1.00/1.00 vMB 31
725,501 725,501 0000000000000000000948e2cb3c4bbf5fe7f982fb48dc62d6f9d09e8139040b 2,745 1.00/1.00 vMB 18
725,500 725,500 00000000000000000003fed5cb48262ee3e7833877adb6d15b5e777a05d7e800 530 1.00/1.00 vMB 27
725,499 725,499 00000000000000000001eb93ce6e5938301daafc0e08a70deb3b0eb687c66859 555 1.00/1.00 vMB 27
725,498 725,498 0000000000000000000390cc004f391b1244817666cb1cc2a7d3b21eff4e1229 1,759 1.00/1.00 vMB 30
725,497 725,497 00000000000000000003d3dc63bb9d8cde514d2862dff53ea54ce9abba1106c9 3,158 1.00/1.00 vMB 19
725,496 725,496 0000000000000000000268b2467a06de5f74d8d88e34f4cdd0172b091ba03824 2,276 1.00/1.00 vMB 23
725,495 725,495 0000000000000000000856667d95be856e9ffb8f18868e6ecd98ba367c89ea8e 1,156 1.00/1.00 vMB 29
725,494 725,494 00000000000000000008632ed95217ce592b5b56fe2b9b265a49537c4155b4b4 1,300 1.00/1.00 vMB 26
725,493 725,493 0000000000000000000876d3d46b6aa3e3c7314d94ddd999fc8ee15377d59d79 1,151 1.00/1.00 vMB 26
725,492 725,492 000000000000000000005c039e8463d02f6751875d8bca6d6af890b16d6cf311 1,230 1.00/1.00 vMB 29
725,491 725,491 00000000000000000009890948744eb25dff5a6d13eb4e67a12c0c861c64c7ea 1,266 1.00/1.00 vMB 28
725,490 725,490 000000000000000000096277f003011f286e705a4a78c21a947674de8813b57c 1,381 1.00/1.00 vMB 25
725,489 725,489 00000000000000000004eb4491e448c9ca73ed81e8970021b2807d8bb160c7bf 3,520 1.00/1.00 vMB 18
725,488 725,488 000000000000000000053c8e9b817c6353be3f674ea2ffb402df9a55b0fd4056 3,709 1.00/1.00 vMB 15
725,487 725,487 0000000000000000000465e0b6ddb476d4124dffcdf28ce62393a3ddea8faa8a 2,526 1.00/1.00 vMB 22
725,486 725,486 00000000000000000000b066606f95e699106abff5006a5788a667fb0a6d374a 3,087 1.00/1.00 vMB 22
725,485 725,485 00000000000000000006869d91c6d721aa7745acdc5fb0208a471d2293bae193 1,311 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.69 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: 693.62 GB
    • Received: 16.51 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.