Loading Tool

Explorer IconExplorer

Memory Pool

37,868 transactions
28.15 vMB
0.05890509 BTC
Random Selection Loading Transactions
Max Size: 142.73/200 MB

Candidate Block

Mining Attempt 8b945b08e1eb60e120c29f00c42a7a6853e1a20cf996ecd898b17821629f97ee
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 6b7d6f3d0e5f30cfdf084d91d2183e5bccbdb88bd6f4693ed07f838e3ef4e8e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,486
Size: 1.00 vMB
Total Fees: 0.00488753 BTC
Feerates: 100.53 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (677,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,336 237,336 000000000000017bd3a5ea19ad803a2e0ebf45b468714dc53a5cd60a16f91161 211 0.10/1.00 vMB 172
237,335 237,335 00000000000000745f8832ff19957396275acb6cdcd42f5e9f3bca272c0c71a0 78 0.06/1.00 vMB 146
237,334 237,334 000000000000000ddb818e02fd93228aff9310065e42f7db6b4cd6d2179d60cd 376 0.24/1.00 vMB 157
237,333 237,333 000000000000015d30ad9beb90f0fe2880780276881989d5fef7a90ee5168e19 509 0.24/1.00 vMB 173
237,332 237,332 00000000000001231a2ecb7279c4fea7eae59f0333c7dda2172fdf327b9936d9 169 0.08/1.00 vMB 185
237,331 237,331 000000000000009b0bb5c688145b4a874d85d898b61b21840aa447d7b1deaa7f 210 0.12/1.00 vMB 172
237,330 237,330 000000000000004d408837111d81fa32f285f3648d8fcc7d0ed607ca265494e0 271 0.10/1.00 vMB 217
237,329 237,329 000000000000001c1e2cced701ffc89e4318f96991b05c9f8f4e9d73600992a3 259 0.12/1.00 vMB 165
237,328 237,328 00000000000001187732097877c4842bacd34184bf61cc88904eed4e783e1e25 311 0.14/1.00 vMB 190
237,327 237,327 0000000000000022846116cfa955db2434858b7e1ac823d5218addcc61a5ad52 5 0.00/1.00 vMB 84
237,326 237,326 0000000000000087560d67d97b45e24b5d84c327db78c4e94247018b3f232249 115 0.07/1.00 vMB 146
237,325 237,325 00000000000000c720cbb47b98a13dd9db00b24a87f401a1c26a53154bf5c682 437 0.25/1.00 vMB 163
237,324 237,324 0000000000000016fe0a988f85a4bedb899f6cc7017322096a12c18eb0809651 29 0.01/1.00 vMB 161
237,323 237,323 000000000000011837044f0960a011a6a5e8c8959d9eea7bf1c452624d7cb9d7 272 0.13/1.00 vMB 196
237,322 237,322 00000000000000d86fabab75887cd1a3922731253ff9d4d9288c45c7fbe8a29b 304 0.16/1.00 vMB 153
237,321 237,321 000000000000007aeb5fb384f0da58f4363a139ab34470cb5e66c2f8c056d8df 27 0.01/1.00 vMB 105
237,320 237,320 000000000000013f0481a8840b08f2c17f160c880362a8b266f07cf468a93f28 210 0.15/1.00 vMB 96
237,319 237,319 000000000000015ac80042dcee3cf86ecb9186e6c46bb8aa37f57c7f6f7b4255 572 0.27/1.00 vMB 164
237,318 237,318 00000000000000051961b9393e09f6418f058a9faa62d420cf2326ecdc2c9a69 753 0.33/1.00 vMB 213
237,317 237,317 00000000000000fa26669c9eb9724407b11e9b7af5c2b02782a39508fc93489b 264 0.12/1.00 vMB 184
237,316 237,316 00000000000000998387ddce37d54ccbc7e20259cc8439d0fc41c3cb0e385693 279 0.11/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 781.71 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: 629.48 GB
    • Received: 11.92 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.