Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

686 transactions (0.31 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,930 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,929 (260,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
651,248 651,248 0000000000000000000ad6d117926f0e5965a520ccc6434b5e8e0f103d08e705 1.20 MB 2,004 113
651,247 651,247 000000000000000000089ab3ad2d28b68309abe0b4343313a5b09fc7f0625ed4 1.37 MB 2,125 28
651,246 651,246 0000000000000000000bf1697196a682a8a8e9abe4f323f51220ccad6c99b32b 1.21 MB 2,312 32
651,245 651,245 000000000000000000098310c253d697d532398c59d1349f7911c4f82b9e45ae 1.34 MB 2,283 19
651,244 651,244 000000000000000000057cafe8fcec7080fc99c4fe7f15d8a033058ced7af806 1.28 MB 2,156 75
651,243 651,243 00000000000000000008c1d0c485d54eb02a072dc8f674fd60b848cb6baf7780 1.25 MB 2,830 113
651,242 651,242 00000000000000000009e7e008b1b461efba125f3a1ba25d1dfb92ca35980e62 0.53 MB 898 45
651,241 651,241 0000000000000000000477a1485ea887b3aaa889a60866796dd560ca54f61cdb 1.17 MB 2,658 20
651,240 651,240 0000000000000000000e18dd221136f6d3826ad5bb2dbbaf935d843141cbb896 1.18 MB 2,328 20
651,239 651,239 0000000000000000000052d4922ba52516d17a7187ffce86bcca8054de5fc278 1.30 MB 2,886 86
651,238 651,238 0000000000000000000cf7ae5cc9dffacddd822ec634166b3d26ab4e3da9419a 1.28 MB 2,384 25
651,237 651,237 000000000000000000014fd3e5af207afb9c4594eb14c9cc3fc218379b421c3b 1.21 MB 2,512 97
651,236 651,236 000000000000000000053503a77a8726734b3e21e8d36b106ea7cde017b4c74d 0.44 MB 1,111 40
651,235 651,235 000000000000000000087bba7a2d2ecdb3b3477db8f7ae91fa8e63712d9f5786 1.24 MB 2,928 48
651,234 651,234 000000000000000000035e3431b2982f9a115ff09e6b2f219b465c97f5370a3a 0.94 MB 2,058 52
651,233 651,233 0000000000000000000d23f7aee8a60bb88fe3a8a0dc724c1c370b192683e5b6 1.20 MB 2,374 46
651,232 651,232 0000000000000000000d5fb689f336c529f20bdb5617e523dc2b2fdf8a0be70c 1.02 MB 1,530 5
651,231 651,231 00000000000000000005258634245962aacfeacd78ec9e700ddc4351d4071c19 1.20 MB 2,534 9
651,230 651,230 00000000000000000005bf07858a1d3b52413d8a70d131bcf133f12788c07a05 1.08 MB 2,725 10
651,229 651,229 0000000000000000000586605a25be9add2e1a86e2aef9a075dfe38b02a3a997 1.10 MB 1,247 44
651,228 651,228 00000000000000000006fc092ce3642cb8a5fde97681b107c7677aa6020a79f9 1.11 MB 1,866 108
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,491.61 GB sent, 133.23 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.