Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

865 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,539 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 851 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,538 (882,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,996 27,996 00000000488e65460fce6e7b562fa354e88a8040ffd41901b660e8cf19a1c94e 0.00 MB 1 0
27,995 27,995 00000000fd8c9a051ddd44f9f35b25888b8a80721c7f1760e60a29b485f0a165 0.00 MB 1 0
27,994 27,994 000000006dfe0453749071802025b028e08edeb55134b667c4c69839fdcc77be 0.00 MB 1 0
27,993 27,993 000000008e4e9944988820aac72396e1ad53ff524c0eae92ed82e9948d8cf3d1 0.00 MB 1 0
27,992 27,992 000000008496f4d3f2e9d4a67d0aa3d6735546613c96d27473d63af9488779dd 0.00 MB 1 0
27,991 27,991 00000000ffab0cc1d059461b509882d0806c1ff38d9617818246c5d884d8b5f4 0.00 MB 1 0
27,990 27,990 00000000b0bbb694073dc18c52794ab394288e7672f42728ef3e6c695601d4c9 0.00 MB 1 0
27,989 27,989 00000000e26d141005324d21037b5c9f22638596fb08d07bc3785d7bc69c1c6e 0.00 MB 1 0
27,988 27,988 00000000a567ee85c77ed26283671c07f4499612781c0a1beb568f7c54555c8b 0.00 MB 1 0
27,987 27,987 000000006f47ce0c3afeca81fb5a26486556a48f4875076a1823c955d9cfe83c 0.00 MB 1 0
27,986 27,986 000000009a4ceaec389015cd7906a89dfb89c86c648be5b1047c18ae568690d4 0.00 MB 1 0
27,985 27,985 00000000b0e4bf26b37fe19390a591fdda42432237c0687f34b60e1d061e3920 0.00 MB 1 0
27,984 27,984 000000005a5eaa261172b5e08e3d969cb19c267a4f7b2bcfc618f8b7e7618f7b 0.00 MB 1 0
27,983 27,983 00000000384177acb846c2871597aa933d3ae84a8d574f967cd538354370f935 0.00 MB 1 0
27,982 27,982 00000000867d8d9907e99b86bf6efce9689ea073868cc4a89eb66bead9ba19d6 0.00 MB 1 0
27,981 27,981 0000000023ae13dfc404c02ebc7f97d04a998ac117045458be0fc73b96266be4 0.00 MB 1 0
27,980 27,980 000000003c50eb7ff922befaf6dac1e5adf60b09a5e66a7f9cd33c5efc6aed88 0.00 MB 1 0
27,979 27,979 000000006456ef02c73243b8d1177e7202b70cf37b0d3dcb8bec63954ef4805a 0.00 MB 1 0
27,978 27,978 0000000078a654c42e452cb8ba606acf2db1a7ce920f45e49ecbe153e1dce7a6 0.00 MB 1 0
27,977 27,977 0000000053c7086725a0e99169757314de498f1797b3a4c822fc15927cbdfc4e 0.00 MB 1 0
27,976 27,976 0000000043e92423d2c32b46cad21351992bba0fe7bdf064bff2d5fab472f4e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.38 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,249.66 GB sent, 120.44 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.