Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

689 transactions (0.25 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,925 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 689 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,924 (71,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
840,302 840,302 00000000000000000001345a6f561f0f5a1c5f80138c1eb0016f85ecfb4dbc68 1.63 MB 4,294 132
840,301 840,301 00000000000000000001f0e5534b2d38044d6f033b8065029f31c2b8f9b60445 1.82 MB 3,106 159
840,300 840,300 00000000000000000001c9ac1b7c258e13cd587a2151c7b65f9753acf6547760 1.63 MB 4,529 116
840,299 840,299 00000000000000000001fd89a0bf441a0ba63d5838891c1b6206f88fb4b20649 1.71 MB 3,761 155
840,298 840,298 00000000000000000000ddb46a73715e9c18e6ae4278cd820f5f75135ad43eb6 1.70 MB 3,792 121
840,297 840,297 00000000000000000000971446f553cf2e16a5ac0011c9cf368cd460b79f2ddc 1.44 MB 3,058 73
840,296 840,296 00000000000000000000b3f3f01aa528d2284f88c1dbb6e444585d3bc43c2ea2 1.71 MB 3,652 121
840,295 840,295 000000000000000000002b191634b6f49440ec0dac884d6db928485cc5cd243b 1.73 MB 4,277 127
840,294 840,294 00000000000000000000ebbb563aba9bd8797f4653d9ee557727b504c61d0900 1.63 MB 3,469 156
840,293 840,293 0000000000000000000261674cf8066408778bbcfbfc7b6af5ee67a0bca03829 1.62 MB 4,381 130
840,292 840,292 00000000000000000000a6028bb05dd83d8bd41016509eb091276f65191a8651 1.62 MB 3,331 121
840,291 840,291 00000000000000000001ca655f9c9bba8fc781982563e67e369b1c3b5ddcccd9 1.65 MB 3,504 111
840,290 840,290 00000000000000000001716b4a069bfe94586ba4eb35fe93b2ba1871e770be33 1.70 MB 3,835 178
840,289 840,289 000000000000000000012838f21141e833dadde292f90abe1fb12b73e448fce6 1.69 MB 3,259 94
840,288 840,288 00000000000000000000c2d3fa247c99a6c6e09bc92d26c9f6c7266ee94b7a6d 1.49 MB 3,997 127
840,287 840,287 000000000000000000004e805aff3078627eb16d9dc5e1e60ac80fddbac91134 1.43 MB 4,438 179
840,286 840,286 000000000000000000028652d3df6d93feba90795e0783255c3e43d263d22c3c 1.44 MB 4,680 175
840,285 840,285 0000000000000000000313c62857d18572a45b742a5776949a181d69886f5424 1.45 MB 4,523 204
840,284 840,284 000000000000000000031e1576c6a084e17e16c2ff2538edf30eef96826d71c2 1.45 MB 4,254 139
840,283 840,283 00000000000000000002b69db25263a6d3a66a64340dd14f0c7169236b3e1f65 1.51 MB 4,286 326
840,282 840,282 00000000000000000002dc94893946696bbbd59100ec6619ffc93d3cc1a0094d 1.65 MB 4,066 139
Previous 10 blocks ↓
Total Size: 776.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,487.72 GB sent, 133.19 GB received

Notes

  • This page updates every 5 seconds.
  • 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.