Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,081 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.65 vMB 2,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (164,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,000 747,000 00000000000000000007e00cdeb11be4d70db390986688ef4e88446a29bf784c 1.72 MB 997 3
746,999 746,999 000000000000000000057f13cb179c44ed96db0e7a5f910f8cc972d64f1e02e2 1.64 MB 2,005 9
746,998 746,998 0000000000000000000322eb1a7cb9fdb91a7b7034e8f91762969cb80c4305d5 1.45 MB 2,855 13
746,997 746,997 000000000000000000002b04ac8ee24a6847de66234248ff3a96b5b5494dad03 1.81 MB 1,095 3
746,996 746,996 00000000000000000003059aa14bbbf08cd6be57cc809cbc1f0a87758ceda4bd 1.55 MB 2,878 12
746,995 746,995 00000000000000000002bf7bdb10f0a45f331d0120013697e976f292f20c06e9 1.71 MB 1,024 5
746,994 746,994 00000000000000000007e5ba714d849c1929232b34a5a0b35ada2c4344e51201 1.52 MB 2,937 5
746,993 746,993 0000000000000000000017627cecb32b92475f4acab3db54406768be2f11eba1 1.58 MB 2,816 11
746,992 746,992 000000000000000000041e26075b72c10a65d554e5f028651ec2ed4399948463 1.53 MB 3,145 17
746,991 746,991 000000000000000000038f19ef4584fde29707f05d01be7d486811a5d2136533 1.25 MB 1,765 18
746,990 746,990 0000000000000000000758f8a0429bf6154b2901fbf05c149cfd6a605961c84c 1.29 MB 2,092 20
746,989 746,989 0000000000000000000446b2981f37d773a585d9f63d5526809dcb9db77ae226 1.47 MB 3,284 19
746,988 746,988 000000000000000000041be40493bd398d14e49715d5edac82f4787f973c12d8 1.56 MB 2,525 13
746,987 746,987 00000000000000000003724d548b6a8a2e9aeaf070e75f3a711683457367a1bc 1.75 MB 1,951 5
746,986 746,986 00000000000000000005eeced796c83052861d4af30ffaa63c718fcecb6f5e35 1.60 MB 3,461 10
746,985 746,985 0000000000000000000911414f9e1ed9c3558606ebe73d62c493344e0994439e 1.53 MB 2,477 12
746,984 746,984 000000000000000000098d2e57414fe9cf848365481404e6472433f6ed4de5ad 1.51 MB 3,092 18
746,983 746,983 000000000000000000022ec8d3b9b6daeae3cca45c4105b2d190e2b070722e4e 1.47 MB 2,300 12
746,982 746,982 000000000000000000069692ad3c63ff968877274724ca99b0c4d5b1830c2204 1.15 MB 1,136 15
746,981 746,981 00000000000000000001d46ac6ff781c58f36fb67f58d1f515ab0010bdc03def 1.46 MB 2,790 16
746,980 746,980 00000000000000000000a384a93dd03377aa3137e383d435aac395b667ff70b8 1.52 MB 3,120 22
Previous 10 blocks ↓
Total Size: 775.85 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,399.74 GB sent, 128.06 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.