Loading Tool

Explorer IconExplorer

Memory Pool

81,637 transactions
30.44 vMB
0.07843235 BTC
Random Selection Loading Transactions
Max Size: 186.81/200 MB

Candidate Block

Mining Attempt b8f0a653118c6511f62dacc80344a8bc2ed50530f685ff3d7136bfa3615ad362
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 48c32463c3cadbd4372e9aebf91b84a5367bda863112f2ce7bf42ecd87f0102f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,068
Size: 1.00 vMB
Total Fees: 0.01026251 BTC
Feerates: 151.12 > 1.03 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (449,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,272 466,272 0000000000000000007481ce294fe5ad74303266f33d0a32a5977da8f3536766 2,249 1.00/1.00 vMB 191
466,271 466,271 000000000000000000a6a6ccf2552058ca79347caf4ff4662455faa491be59a8 2,188 1.00/1.00 vMB 182
466,270 466,270 000000000000000001e35ce101577fc030e0d56baf8afc2a72d493b7251161b9 2,342 1.00/1.00 vMB 238
466,269 466,269 00000000000000000060a70145b912bebfca4a2bc188b595c972000e4b81c310 1,529 1.00/1.00 vMB 134
466,268 466,268 000000000000000001d83d46dfae2efbbc0f047aadce2e5c45205ba952880697 1,553 1.00/1.00 vMB 164
466,267 466,267 0000000000000000005ddc64e735d2d28194d54278b9d2bd9b0a079f278ee869 2,560 1.00/1.00 vMB 208
466,266 466,266 000000000000000000483376ef7ad386183ded26053cce0359ec620ba17e0f18 2,687 1.00/1.00 vMB 240
466,265 466,265 00000000000000000175822819b2c0da17a468c1c44e53746344bfddc6d87794 2,373 1.00/1.00 vMB 309
466,264 466,264 000000000000000001e8440f7b8b64625f08b32dfbbddb2f9833b6b0435527d4 2,199 1.00/1.00 vMB 223
466,263 466,263 00000000000000000191a168c80be645a84f07e06d868c8f5bca02ccf242c6e2 2,144 1.00/1.00 vMB 200
466,262 466,262 0000000000000000008df09db1d90ea16d692b6ddc44e78f3d4607491186a96c 1,844 1.00/1.00 vMB 200
466,261 466,261 0000000000000000012fd06588a6c4f9be63c40cbe9ce97b8aa7eb1f4b221664 536 1.00/1.00 vMB 163
466,260 466,260 000000000000000000af36fb1f3409882d9749a03fc7154ea3932eebbae69502 779 1.00/1.00 vMB 178
466,259 466,259 000000000000000000c8f33e5de344a29b93c11c8799d74f64b8871650b62f89 2,047 1.00/1.00 vMB 197
466,258 466,258 00000000000000000034f1c17df00a833f33c8a004dbdc0d13bea8765942fc37 3,054 1.00/1.00 vMB 340
466,257 466,257 0000000000000000015d893a66131fc52f2c8895f0ba14a3af23e510f3ee83be 1,522 1.00/1.00 vMB 167
466,256 466,256 0000000000000000015ca0e80aeeb4f7a68c924f18e50df2e20259ac7014cc30 2,070 1.00/1.00 vMB 183
466,255 466,255 0000000000000000018595b19dc63db29a7923535343f2d4ee59cf476d71dc1a 1,281 1.00/1.00 vMB 138
466,254 466,254 000000000000000000b4c459953f69a436f86fbd304e4c2d521e0ae233525898 2,526 1.00/1.00 vMB 286
466,253 466,253 00000000000000000005b2d8a9d429b050a5a9ba4d44dbe1543280d6e89b77af 2,449 1.00/1.00 vMB 170
466,252 466,252 000000000000000001b3699313793566fb947d554173c5f19fe790e597adedbf 2,100 1.00/1.00 vMB 255
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.