Loading Tool

Explorer IconExplorer

Memory Pool

42,656 transactions
26.83 vMB
0.06651049 BTC
Random Selection Loading Transactions
Max Size: 140.87/200 MB

Candidate Block

Mining Attempt f405e9de9afbc4600b1295d1576dab124ed748e574a30312a3f8c32217d6a498
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root abd343000c6fb5705729d7e183375a154e4c4cfc917985372f2439b775569794
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,875
Size: 1.00 vMB
Total Fees: 0.01672001 BTC
Feerates: 181.54 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (422,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,295 492,295 00000000000000000033b37113c57cdb31cf5976437281c65895d868340f74ac 2,328 1.00/1.00 vMB 168
492,294 492,294 000000000000000000b43dec4517396b340d48cfd2f66bfaaf2cd61d3bbf57be 2,234 1.00/1.00 vMB 245
492,293 492,293 0000000000000000005949af2cfe738a6b3504b61e315c69c1801de7dcc1f63e 2,991 1.00/1.00 vMB 289
492,292 492,292 0000000000000000001117635c94d56f3b036ecb86e58cc7e3321b83cfe79d7a 2,134 0.95/1.00 vMB 242
492,291 492,291 0000000000000000009f81bac4912c6e10158d0037f44b44a434e379422e0277 1,979 1.00/1.00 vMB 172
492,290 492,290 00000000000000000009f278cdb7b64f811f26c1ba1a340ab8fc895da5c9d4bc 1,923 1.00/1.00 vMB 26
492,289 492,289 0000000000000000004b7487359deb10be8c6b13f2e3aa78aaf2f207836c78f1 1,347 1.00/1.00 vMB 76
492,288 492,288 00000000000000000090d844154d5a80c670cb5052b12b41c47c78af668cedb9 2,579 1.00/1.00 vMB 88
492,287 492,287 0000000000000000003c1fe627f7039a584167ebf597e36d32fec019a56182b8 1,730 1.00/1.00 vMB 58
492,286 492,286 0000000000000000003389b1acfcbde48a82f7fa783153f1335647b3856c9ed2 2,037 1.00/1.00 vMB 47
492,285 492,285 00000000000000000004cc8960b9eeaf627de528e1ab41898f776d3636334b07 2,108 0.94/1.00 vMB 209
492,284 492,284 0000000000000000002e5b52131810ce2541420f5a78ff0414d3f5029289902b 2,206 1.00/1.00 vMB 215
492,283 492,283 0000000000000000000b38ed1abc10d188ec1334136787fe6c513209b3fe5c0a 2,339 1.00/1.00 vMB 196
492,282 492,282 00000000000000000099dc80ef6851f91ad126134fdb6e8f54889f9bf711ab44 2,317 1.00/1.00 vMB 102
492,281 492,281 000000000000000000742f775d8aeecc5b6d4a7d5d9ce468a66a3a3b2a8da32c 2,034 1.00/1.00 vMB 222
492,280 492,280 00000000000000000047f19060a3deb3cfecfa19d9270d4c9409a14bebd91d01 2,722 1.00/1.00 vMB 265
492,279 492,279 0000000000000000009c55207c2be8bb05a93b9baa2555bba81209cf6cfe837e 2,401 1.00/1.00 vMB 147
492,278 492,278 000000000000000000727f1e8d25a964f533b0a959e2017f834c341d9996ea39 1,837 1.00/1.00 vMB 251
492,277 492,277 000000000000000000a0138d6ae237715da93e1e178d046b786c482e676d46bd 2,459 0.94/1.00 vMB 369
492,276 492,276 000000000000000000b387d73485b358b1863b5864e68fe7d972b28f932eb675 1,995 1.00/1.00 vMB 235
492,275 492,275 000000000000000000ae54fdd9ab802739cf80b567118d2a8f9431c9cca2b040 2,462 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.