Loading Tool

Explorer IconExplorer

Memory Pool

42,444 transactions
29.22 vMB
0.07459812 BTC
Random Selection Loading Transactions
Max Size: 149.85/200 MB

Candidate Block

Mining Attempt b7e473dab2326a7e89d361983c0f923ab52e4b56a5e73e6cef01f87ab830e4d5
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 5dd471d7074b06afe6c008ca53689adc6db8428c0c29b7b53227a239c204f646
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.01738215 BTC
Feerates: 100.36 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (447,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,357 467,357 000000000000000001d4d5337d5b495faf5bef1208037430ca3d69ca5bde7a68 3,001 1.00/1.00 vMB 156
467,356 467,356 0000000000000000000acada3c6d9be22e12f0eb8018ccb3673070b8268a09be 2,022 1.00/1.00 vMB 165
467,355 467,355 000000000000000001d65c6402880b48df27d93b073fe42300a833b149beedcc 2,255 1.00/1.00 vMB 272
467,354 467,354 000000000000000000e15517bdc743656d95816a142086eb32251f6be14fb150 1,399 1.00/1.00 vMB 215
467,353 467,353 00000000000000000154b39f79eb98eaea185653cba822a0b468e24bcdbd2518 2,539 1.00/1.00 vMB 274
467,352 467,352 0000000000000000018e86423804e917c75348090419a46e506bc2d4818c2827 2,892 1.00/1.00 vMB 304
467,351 467,351 0000000000000000005b84b59ea0d036355b61f11435805c727d0a830f6c2a46 1,766 1.00/1.00 vMB 397
467,350 467,350 0000000000000000005dfc72381222e835503a8f3ac30d284fd47027b0d49e59 2,379 1.00/1.00 vMB 160
467,349 467,349 0000000000000000009aaf02ac6fb83e08e94cd2ac2af8088e7d1dc867e1fe2e 2,669 1.00/1.00 vMB 201
467,348 467,348 00000000000000000153f74617654b780eb543eb1b476b2e7fec0072e7f3a060 3,701 1.00/1.00 vMB 149
467,347 467,347 0000000000000000005ef3e0798aae16c8d9358fe5de1c173f3a4f97074d2520 3,336 1.00/1.00 vMB 176
467,346 467,346 0000000000000000013510fabf1fc334f05b97c71ca42e3f98854d7cd9b5a59e 2,264 1.00/1.00 vMB 246
467,345 467,345 000000000000000001209d12044be585e1d75bc33feedec74cf470b1a295946a 2,281 1.00/1.00 vMB 271
467,344 467,344 0000000000000000006cce707b2af3629c52c00e1fd4c63c9f24a7c0bc406c45 1,727 1.00/1.00 vMB 236
467,343 467,343 000000000000000001dd4c321bd025609d6e95cfa32f8edd70cdea102a0c67dd 1,883 1.00/1.00 vMB 247
467,342 467,342 000000000000000000149b50c9ea9c9858766259ef54e5e2f65365becc219d06 2,348 1.00/1.00 vMB 268
467,341 467,341 0000000000000000019ff986a37f1fba6cab97702b17f7a8a38cd45bc54dc2e4 2,900 1.00/1.00 vMB 340
467,340 467,340 0000000000000000007d43c1eb9f215abb03426cdd2a3735bc43eb4644706ae2 1,162 1.00/1.00 vMB 243
467,339 467,339 0000000000000000010e111a1593238179f1878d9d18b8100196cea81d0bb991 962 1.00/1.00 vMB 196
467,338 467,338 000000000000000000c152979e9f02dfe3b828a3322a2bdf342c77e71d2ee686 275 1.00/1.00 vMB 248
467,337 467,337 0000000000000000004f3a268e019dc191d800bdc36b889ee89eb6bb1d5e8e53 1,798 1.00/1.00 vMB 305
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.31 GB
    • Received: 11.90 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.