Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,009 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,556 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 1,001 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,555 (69,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
842,536 842,536 0000000000000000000119d3b361124bb8e2867e81c3cdfbc7be6718f4468ab6 1.85 MB 3,140 31
842,535 842,535 000000000000000000031c6455d34413b99e00d58d8ef14d39f81acca216a344 1.57 MB 3,511 41
842,534 842,534 00000000000000000000cc866dc93ce90fd0b3794f930b853df80e656f4b7461 1.82 MB 4,651 13
842,533 842,533 000000000000000000004f0f4988d6dee8c9d60100830d3d7633fffde5fdd986 2.22 MB 1,696 17
842,532 842,532 00000000000000000001584e20bd59d7c3de1867a672de5ec228e361d26e6272 1.67 MB 2,505 29
842,531 842,531 00000000000000000002c96b27c5b40c4697ec94acb185d2eaaefec0b334e4c3 1.96 MB 1,664 16
842,530 842,530 0000000000000000000259d3f59b7d7c01dc9648aedf364ea44cb6f37ebac244 1.98 MB 2,458 23
842,529 842,529 000000000000000000011eafb5ec977ddeaa3cdbe044c3662b0620400d4da8e3 1.74 MB 2,869 24
842,528 842,528 0000000000000000000284e1476c619485a294463f6d18007ea39bde4d17fa97 1.79 MB 3,002 27
842,527 842,527 0000000000000000000032979c9f8770bc438c2ed30ee85b12a051fe66b04ab7 1.93 MB 2,417 21
842,526 842,526 00000000000000000000bcc2e5af66b58b1334bd9f008ed97413d020b8bcc627 1.69 MB 2,957 27
842,525 842,525 00000000000000000000994798a3f2ef5af49c74e768c76b62364b0f2bee21d9 1.79 MB 4,238 25
842,524 842,524 0000000000000000000190539fb37b559f1f24030ee9b7b13ee702b9159f5998 1.64 MB 2,694 22
842,523 842,523 00000000000000000001f571486afc5c11d2822816932d0e475880da594fcb16 1.79 MB 1,821 20
842,522 842,522 000000000000000000010d72a2b89bf8f4e7950843c57988788e289f4aaab6e3 1.73 MB 2,704 25
842,521 842,521 0000000000000000000010791243725518da9f0adba2d41b1f5535afa95d7c61 1.66 MB 3,216 28
842,520 842,520 00000000000000000000d24340e89d01395b75ee7328176b7e17edb19191cfd3 1.61 MB 3,370 38
842,519 842,519 00000000000000000000a7b5418e761994f4373a752e32c86c8770012fd1fa6c 1.64 MB 3,390 31
842,518 842,518 00000000000000000000229ea5de6973e6e51192d853405d8e4efce3751b64b6 1.57 MB 2,565 44
842,517 842,517 00000000000000000001c6dae43bb3c5a8e27f6ee5418a5dcbb495fc928c0945 1.87 MB 2,557 25
842,516 842,516 00000000000000000001ffc81d7f9455061ccb60c4ef681f56329b8e1552ed62 1.71 MB 3,110 35
Previous 10 blocks ↓
Total Size: 776.27 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,414.33 GB sent, 129.97 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.