Loading Tool

Explorer IconExplorer

Memory Pool

79,351 transactions
29.25 vMB
0.08818326 BTC
Random Selection Loading Transactions
Max Size: 177.23/200 MB

Candidate Block

Mining Attempt 7cfc3e57ef72f0b35481a8cebf2a7bb13140799a337b37ef44e9410fce83a422
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 0eaf36b2bc72b9e330de72f3dcb4d0d9d153416df2d94d2ecd0e3a54d77bcef2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.02703030 BTC
Feerates: 146.36 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (687,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,254 227,254 0000000000000101a6b80010f50a7473a18fec5be3c5fb897042b262dfa2e95a 1 0.00/1.00 vMB 0
227,253 227,253 000000000000016ad6097438dc03b1c66e5fcd9b0bc6464412504a0dca67535a 94 0.04/1.00 vMB 143
227,252 227,252 000000000000020479826bd0e5e88f237bd4909356f9f409dcbda0c235a41e32 541 0.20/1.00 vMB 175
227,251 227,251 00000000000003603502b33e10e8aa0c8d6126210175f2fc340ea24ca7d5c813 350 0.14/1.00 vMB 159
227,250 227,250 000000000000019892d4adc1aa9a7c0f803a7ba78c8c75947c013f51c104b2f5 992 0.35/1.00 vMB 211
227,249 227,249 00000000000001fff3023eaa3ddc4e06d742393b7b5ff4e01c938ee127ac4133 219 0.10/1.00 vMB 122
227,248 227,248 000000000000002ebdaf25189c9251971bf6325552f8dfe183dee147eaafb99e 512 0.21/1.00 vMB 156
227,247 227,247 000000000000035653b6289b6decf9bacbcd08c82224ac6b7ea536811937dca1 100 0.06/1.00 vMB 145
227,246 227,246 00000000000001178c9b821b4168f8f4fac0d8a05c71e3a3cc3d8993eebbee0c 446 0.17/1.00 vMB 208
227,245 227,245 00000000000002fb8301ede0865ed8b02e41cb59aaf33c7a35602338d88fb706 162 0.10/1.00 vMB 109
227,244 227,244 00000000000001ff576a5c2f1d3550263be96c585e0dac0c48b6fb74368958f0 331 0.17/1.00 vMB 149
227,243 227,243 00000000000001056c5c581f0bb07bd7b126f06c656fe1a5931c47a5f125dac8 523 0.17/1.00 vMB 277
227,242 227,242 0000000000000043ce79abb57132c804c96174eb4f168820b4dccdefe2bed550 55 0.02/1.00 vMB 116
227,241 227,241 00000000000002b706c02b3c731c54fd8e968eb73f04c7f354c92e43e7dc5cfd 115 0.10/1.00 vMB 87
227,240 227,240 00000000000001f9c483503145de698f362e8d0ad3f1cf136ca3d4a6e057ac67 524 0.25/1.00 vMB 171
227,239 227,239 00000000000000f8d9cd9b12ac23a4d5b0fed66c2f425e1c3b1e7eb58db6e05f 55 0.04/1.00 vMB 114
227,238 227,238 000000000000001ba961e1ce8865ee7cc5654f5ebef8ba8de90666a0f2f8300c 414 0.17/1.00 vMB 192
227,237 227,237 0000000000000293fec254ae840087842d2c303938e703a314661109deba6f9e 52 0.02/1.00 vMB 126
227,236 227,236 00000000000002a0ed818ee66e850ad5be6911fb2e1ce5628e757c9b6afac055 345 0.15/1.00 vMB 282
227,235 227,235 000000000000002bb9bcf90bea8b89e91c36afb2d96485badc2c92169df198bc 292 0.17/1.00 vMB 153
227,234 227,234 00000000000002c1f634372d5870ab468a7dfc6eff3bf310f0eb5494d48f7d58 191 0.12/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.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.