Loading Tool

Explorer IconExplorer

Memory Pool

60,314 transactions (13.89 vMB)
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 11 blocks ()
  • 7 sats/vbyte = 7 blocks ()
  • 8 sats/vbyte = 4 blocks ()
  • 9 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 99.55/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,708 000000000000000000022b910000000000000000000000000000000000000000 3,692 0.11304457 BTC 1.00 vMB 10.05
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,707 (646,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,751 265,751 0000000000000001fce0617deb31cc20bec2903cd10dc352ac3b2fc1af6b27f0 0.15 MB 325 76
265,750 265,750 000000000000000b800247ee8a9e9ce60774f37256536ac997146c8db9f41873 0.26 MB 335 93
265,749 265,749 0000000000000002e9599c234cc7ffc11f1736ba58fa41f696cd19b0718213a2 0.12 MB 242 66
265,748 265,748 0000000000000006681a5ec95db5e196fa7ba490f51c56c2866a65bb5de18a81 0.44 MB 430 37
265,747 265,747 000000000000000af7da56f73de033a984f74560bfb00fcf9ff303f784adf360 0.25 MB 592 122
265,746 265,746 0000000000000002c8dcc3c7f05846c8afa2bf2db22c86cf3849d60ecab87abb 0.25 MB 681 159
265,745 265,745 0000000000000000900f86ecced6bda2ff35d4d6b278aacaba1ae2054cd32d1b 0.04 MB 121 23
265,744 265,744 000000000000000326d721bfd92700cce388f6b4802ea5805f24a8bf1f2248db 0.09 MB 166 55
265,743 265,743 000000000000000b3a9222527f68c1fd39b872e1a95ee9e7678d5282668fdee0 0.48 MB 978 49
265,742 265,742 000000000000000e123c702d47566a3d06c007208a472616d245a89bd148aaf4 0.25 MB 511 180
265,741 265,741 00000000000000016a2968178d9528dbf8d704b5c0dd5914dcc24afd6ed87cfe 0.03 MB 17 5
265,740 265,740 00000000000000070b3b5cc43c9edce7b0d7cf74d4f90fd9f80ce9a0517d386b 0.17 MB 177 31
265,739 265,739 0000000000000002362b0a59613085a9c8821593297fc176c252a52e728f89b3 0.21 MB 463 116
265,738 265,738 000000000000000e21cc4c94e676f2b73e4daed1aa54b1dd59d0090e6e0250f3 0.12 MB 159 38
265,737 265,737 0000000000000006742f21f71e215687d134fdc7640d41c8af7f7c4a64e8b532 0.04 MB 63 82
265,736 265,736 0000000000000008e8db1b993567cd375b34da30ebb20e87f82046675af1d96e 0.02 MB 63 106
265,735 265,735 0000000000000008ef2392307cc8cba829efece85c524b412e73f28ff16cd5a0 0.01 MB 16 49
265,734 265,734 000000000000000f4a4b506fc45ed04b5a644081f095a23cb46f18da1b66c9f6 0.10 MB 182 52
265,733 265,733 0000000000000009c995b20657c4e1bfd499a6b801d7aabc42f541531451d142 0.10 MB 106 27
265,732 265,732 0000000000000002a04f69608ebe90d0abff2cef41dfd607d5cb32575723531a 0.25 MB 574 87
265,731 265,731 000000000000000f0de1c9345b24fc3e19736aee88e8e0ab6d0055e51c29048f 0.05 MB 121 75
Previous 10 blocks ↓
Total Size: 778.31 GB

Node Details:

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