Loading Tool

Explorer IconExplorer

Memory Pool

22,643 transactions
4.14 vMB
0.02227687 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.22/200 MB

Candidate Block

Mining Attempt c9f0cf89582aea4efa46295bee491add35497b31525200d46856cec437ed3fb5
Version 20000000
Previous Block 00000000000000000001f8169700f7fb73d81d50019d45627eae82040ae0863d
Merkle Root 3d8e0525e3fab3207d24a0762936d57daf81ecd960eaecf655b7297606b6bb31
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 0.54 vMB
Total Fees: 0.01269917 BTC
Avg Feerate: 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,865 (684,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,125 228,125 0000000000000233f220e84f71484f3a385bb59a69080a5ca7bd232d7583303d 0.26 MB 483 369
228,124 228,124 000000000000007c4950e287cc620051cfa872a5ec3096d835d51b50e8719e6f 0.29 MB 735 361
228,123 228,123 00000000000001f3b5e39cda68f28e005bd53e768e9ad2267935b3a122aec2cb 0.06 MB 151 110
228,122 228,122 000000000000011947a20f01e0ee34ed063a48068fb95c5d63438b51584de437 0.43 MB 1,030 200
228,121 228,121 00000000000000419bf23804f24ca4404736cb2a2d714ee23f3edcbdbbe0a7a3 0.00 MB 5 42
228,120 228,120 000000000000001d319039e074f2060df41f9850f09b87a782f9668462db9ceb 0.15 MB 358 186
228,119 228,119 000000000000025b92caeb235632f369896a4a960cbc8605c3d63732c7bc6e0e 0.15 MB 366 180
228,118 228,118 0000000000000118b98a962796e110ccf36782a14616a62010c38b2577493ef7 0.05 MB 99 95
228,117 228,117 00000000000000d5f8ccff4f2c28d06be6b342af2d6769ee1642dfa613e458dc 0.17 MB 309 446
228,116 228,116 0000000000000150638769526a2f7966241b0a5c91c6cab73f764db1738c014e 0.09 MB 256 1,354
228,115 228,115 00000000000001b2d943eafca438b0801795e481e64a8beb6afaf597932dbdf0 0.11 MB 248 1,965
228,114 228,114 000000000000012bdf82077a87b25fc6618d644e77f841cfe1dc7a543ee5b5ab 0.15 MB 282 149
228,113 228,113 00000000000001263de355715b70eb5dbaca010e87c7eec5a097a9405cc55ed1 0.16 MB 192 21
228,112 228,112 0000000000000040623a241d9fca18d3b47e83950d2ab8286e77db4977493a9e 0.21 MB 386 158
228,111 228,111 000000000000012b60e40aadb506888ab283de72a03a18ec625e26ad94d40933 0.10 MB 256 229
228,110 228,110 00000000000001309a16ead57cb3a82bcfa082862179c7f9ebddd48263938022 0.09 MB 256 183
228,109 228,109 00000000000001aac4bf865e387ba1c1464b46de76f873906c1636aee1ce48c0 0.15 MB 369 217
228,108 228,108 00000000000001772badc3ecb0cf451b6fc2038d2a43bc925094e3121e36ddbd 0.06 MB 128 150
228,107 228,107 000000000000008a28e547f4b66341b3b5a55c656b66ff197ed7cc5abbfeb7f7 0.23 MB 273 123
228,106 228,106 000000000000027a08013adbf11d58ae57ff3afd76b9b7ae705a5aef77c14b65 0.07 MB 96 227
228,105 228,105 00000000000001698fac449d96f7c109b0ec11e38899051f0499d50a98d45ea2 0.10 MB 86 38
Previous 10 blocks ↓
Total Size: 778.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 221.28 GB
    • Received: 2.26 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.