Loading Tool

Explorer IconExplorer

Memory Pool

19,239 transactions
8.74 vMB
0.03393806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.21/200 MB

Candidate Block

Mining Attempt c790627da4d924c986e30a3c78d339a25de6feb21c266e27850b46b432e11edc
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root b092286bdb64a653db5bcfa73fab54d124b1827b1cf12cc86fe8414bc8401b22
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 1.00 vMB
Total Fees: 0.01497760 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (716,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,145 197,145 000000000000031cb5812a8501e009acea7ffc094a0ef666e099db156b151b6d 50 0.02 vMB 456
197,144 197,144 000000000000023e122123d642d6033b7f86c51397544a4307cebf705d008b43 77 0.03 vMB 417
197,143 197,143 000000000000053aa57405624983c08c5a93b76e6837594dab2246b3d656af9d 115 0.04 vMB 513
197,142 197,142 0000000000000177e5aaefa5e2b031f531d073d2e2ad3ec62b8d5693c34719b9 37 0.03 vMB 168
197,141 197,141 000000000000005b6a33c8551eb27ee29a832814c2a6aca2f83fc20fab7baedc 103 0.03 vMB 39
197,140 197,140 00000000000000066d0994e2782e6ef729b1b43071dccf345d4f9bfd144dbc23 149 0.12 vMB 181
197,139 197,139 00000000000000379f6579a0735a285bbe64a1e8575195f3c77e3cf5fa62693f 157 0.05 vMB 169
197,138 197,138 00000000000004c1d3e4fdef1eb88ef9b940abc8afb3990f0224328982269a9c 185 0.08 vMB 137
197,137 197,137 000000000000024684b22a5af951bdf1167f11d9d8c08306823fa19d0ffdeb75 112 0.05 vMB 182
197,136 197,136 0000000000000541f80cf2a3c2cb4ec6c3ec9538d0cc8e13978929edc89ebe99 10 0.00 vMB 29
197,135 197,135 00000000000002f096eab5160664ba93fb046cf489f96f25dd832a62510b1c44 16 0.00 vMB 12
197,134 197,134 00000000000004f0ea0db0b8319e88146fe4fc6710e4db683eab5ef283eb9b55 429 0.18 vMB 131
197,133 197,133 00000000000005060ec8b4054c34dc24ad3186ef473043ff5bcf414b30773172 97 0.03 vMB 203
197,132 197,132 00000000000005a441980babf72e20a84ea67d265bf00ad6617de7cf79eaf78d 323 0.14 vMB 133
197,131 197,131 000000000000012dfce2a5a790c707112d1a3d69cfc3a80d2c7ba6c05b26bd49 895 0.34 vMB 145
197,130 197,130 00000000000002fcb8eaa180d723913fe1c46805ea120f08c7ad15ed335d7792 321 0.09 vMB 44
197,129 197,129 00000000000003e7e689f5785a7405097a67853866f7892835d93e0a6ab6a61d 542 0.25 vMB 131
197,128 197,128 00000000000003dd41eb96e831e6d96ea0e5ff79a3d8b41ae79cd3fd13f609a2 120 0.05 vMB 99
197,127 197,127 000000000000028ac1f60ffee5bd6bf3983c224b28cb200780480f0192ecd8e1 25 0.01 vMB 75
197,126 197,126 00000000000005ec54cdcfb07db066e8b275f2051fc9e2ccf7696ef166401411 93 0.05 vMB 95
197,125 197,125 00000000000006a8e064f3dc8c7d65857d79871dc8b79ea9a7c31c0e42771c71 395 0.10 vMB 3
Previous 10 blocks ↓
Total Size: 779.55 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: 251.68 GB
    • Received: 0.95 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.