Loading Tool

Explorer IconExplorer

Memory Pool

27,073 transactions
27.38 vMB
0.06547347 BTC
Random Selection Loading Transactions
Max Size: 131.30/200 MB

Candidate Block

Mining Attempt c91b52d63caf39468930b41fdf1bbbf6eeb765de1c9225e7492e583a1ab2e80d
Version 20000000
Previous Block 000000000000000000014e79d01dbb2c534e8fbebfd9b049c29481e4f0d4235d
Merkle Root dc080f8a6c7010166c25037881fa025ca14cd3d274a28ebd69271ce47573b85b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,317
Size: 1.00 vMB
Total Fees: 0.01363396 BTC
Feerates: 151.12 > 1.37 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,502 (793,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,324 121,324 000000000000206229403e186816cdaae23ad76da7f63a8141877dbc9466680e 1 0.00/1.00 vMB 0
121,323 121,323 0000000000001b6c051e0e21ce298966c82f15610513c1f1c38cc13ef586b4a1 12 0.00/1.00 vMB 319
121,322 121,322 0000000000007055e3f2ca0591fd694298c43d543e025eaf797244ae973fea48 11 0.00/1.00 vMB 301
121,321 121,321 00000000000057f88d6aaca127525dcf3a85ace7a265ffa74db65c2bf5980f4e 11 0.00/1.00 vMB 484
121,320 121,320 0000000000001c6120cd5436e48dca9f7ba8c9c15c07f240f08582e19195f8c4 39 0.01/1.00 vMB 0
121,319 121,319 00000000000088010fff649560bca13d5a5d594edd08e040ac05ef2ef0bf88ab 5 0.00/1.00 vMB 824
121,318 121,318 0000000000001e4b4dc330943b63425f45eb21839a06d3fcbb492fdc75b1c4aa 12 0.00/1.00 vMB 302
121,317 121,317 0000000000003d132dc4d507e8cffe2e504b21f87c48ae1d3b19cdef9ab12751 27 0.01/1.00 vMB 513
121,316 121,316 000000000000279a59e47b514a7064f0d177642f978cc5e5a425505a0dab06c5 7 0.00/1.00 vMB 1,739
121,315 121,315 0000000000003f5b471de5ced77b3486f43e09e762241614576f7f019f8e7c42 1 0.00/1.00 vMB 0
121,314 121,314 0000000000003913053796ebb8f50d5a2a13777bca2c0ffc9ca8efc5a3ceae79 12 0.01/1.00 vMB 1,190
121,313 121,313 000000000000798674cac6d61d96d1d716544811bfcb4463b622b1830f039f3c 7 0.00/1.00 vMB 0
121,312 121,312 0000000000008bed273df3b18facc225b3b8ea1cad3024f53e83f4da3257cf2f 51 0.02/1.00 vMB 1,593
121,311 121,311 0000000000001668337fe553e4992e4883a66d1669a903e497ce9abb1547cd17 21 0.01/1.00 vMB 114
121,310 121,310 0000000000000cd06fdd181a7ca25ba8163c68779f5267c6071962ca226d9efe 11 0.00/1.00 vMB 324
121,309 121,309 0000000000007d20ea43998ef2183f5fa7c73bd549272c487b2b2d161097200a 5 0.00/1.00 vMB 246
121,308 121,308 00000000000079006eb6ee0323d5ab267b03bc7ea38b44f55e4b1fcae1f98f9e 26 0.02/1.00 vMB 57
121,307 121,307 0000000000005f72e3b54eba7bedfbc62a913485b7a2cd945e2cc45664e84ccd 1 0.00/1.00 vMB 0
121,306 121,306 0000000000002975163c4b66bf24ee4f94a9ce843dcc93ccf168755cca671da2 11 0.00/1.00 vMB 592
121,305 121,305 000000000000828264bab4421cfa0e8c2c315c03ede660f1f617f6add6b35771 34 0.01/1.00 vMB 919
121,304 121,304 00000000000076d67f2d71ad0b2bd78b49434b12bfbb2b9702eed4afd1036c93 7 0.00/1.00 vMB 326
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

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