Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

219 transactions (0.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,963 000000000000000000022b910000000000000000000000000000000000000000 0.05 vMB 182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,962 (531,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,371 380,371 000000000000000005d796db2a5de62b4e62652e271f9683f873056257945f72 0.39 MB 751 38
380,370 380,370 000000000000000000ba82051f3c76a5dfb311c951628dfa006f616de88cdf78 1.00 MB 1,035 19
380,369 380,369 00000000000000000527aad38ef5aabb7353907c50f2f3f688e9a0fb6e9b6081 1.00 MB 2,377 47
380,368 380,368 000000000000000001a5056af668bb5eba7da4a4fb498128a57ccfe07417af66 0.93 MB 1,832 27
380,367 380,367 000000000000000008847a965a6e8b93d5be0ef3071ec76079b71673c33506dc 0.93 MB 2,876 73
380,366 380,366 0000000000000000072d4afa701a1f0687742503de1aa01bc03f13f4f7d9c369 0.00 MB 1 0
380,365 380,365 0000000000000000061cbebc16f76c82a5d3dad3cd8718dc831763e6319ff614 0.30 MB 532 31
380,364 380,364 000000000000000007a25c30297d70e9c842d014bc5e64ab2720fb55d9489bee 0.15 MB 373 63
380,363 380,363 0000000000000000017a107a06b23ed1def5d563895587376199a7b3bfeb5659 0.70 MB 679 20
380,362 380,362 0000000000000000066420f0507d6235828add66217bab203f8e49fb67a0773a 0.93 MB 2,059 46
380,361 380,361 00000000000000000d2a15fa39ff58bcd7fe914e7355c55ec5e31b105fb27ecb 0.93 MB 2,311 49
380,360 380,360 00000000000000000cab514df8e8d1b2e1b587484116adb49953344735ff1f5a 0.07 MB 75 13
380,359 380,359 000000000000000007d2d4ec4d7e3c4281ab76d5af7149ff800aaea4656498c8 0.32 MB 714 39
380,358 380,358 00000000000000000ae32a4d140eeff12402c5772f625714779ab038dcd9c204 0.97 MB 1,991 37
380,357 380,357 00000000000000000f7e87476d816e1a2f7325a5f8036dca6059b3c609fd4e4e 0.25 MB 431 34
380,356 380,356 00000000000000000fa6ac53904e8471ef27c6b2f2358f29ed6398e9fc1074c7 0.53 MB 1,042 35
380,355 380,355 0000000000000000093ca4454cfd0aac99e457807bb48325617b052578b6945c 1.00 MB 1,805 31
380,354 380,354 00000000000000000e013293d0608d720e73483efff533dce7c55765cbc2d8b0 0.47 MB 872 34
380,353 380,353 00000000000000001156b1562480331f77a88024c761e0b4fe60bb4de5d394c8 0.82 MB 1,252 30
380,352 380,352 00000000000000000cc22510d75dc95b5c12b3143697858ae3dffe194dfd9567 0.92 MB 1,946 40
380,351 380,351 00000000000000000b49bd5996d319733af0dcc044a35505fa4ae15f57247082 1.00 MB 1,289 14
Previous 10 blocks ↓
Total Size: 777.02 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,497.85 GB sent, 133.52 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.