Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,366 transactions (0.34 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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
910,156 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,366 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,155 (824,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,993 85,993 00000000002994f5a59c82154bce22448532af950ab260dd4061a3796d444259 0.00 MB 2 0
85,992 85,992 000000000006b5ae10a6414247f306b3eb5fe3d42f5ba20d55d119158146073a 0.00 MB 3 0
85,991 85,991 0000000000121b03a23ad7f4e331d6cc9e206d0bc3f210f9813683cb9946f657 0.00 MB 5 0
85,990 85,990 00000000002a5b77dfd7632d156faadf543c6e81baf08830c8798b65ef009db6 0.00 MB 3 0
85,989 85,989 00000000002185773a657475f0c8f4cc8998e6c38f18dea37ddc3a95d5937f34 0.00 MB 2 0
85,988 85,988 00000000001e92127ac2bc9a6b20ebdbc1cb47efcecc807c455603e5540b7685 0.00 MB 1 0
85,987 85,987 00000000002add0f42b653bdd80a7247bcdaf586b4009761746183b2c5811a1a 0.00 MB 2 0
85,986 85,986 00000000000b833b817da5ba75c0b504784fa01918a91bb739aeb49fe0677f8f 0.00 MB 1 0
85,985 85,985 00000000002897727fd59ff0e5e0dfda8fb1b4e1008e64caf2643cbfa80c2b44 0.00 MB 2 0
85,984 85,984 000000000012516d7018260e7bad5903adc661e30306e87b980f3761f44284ca 0.00 MB 1 0
85,983 85,983 00000000000e842fd0561c95ae8ee93e5c67e7523cec2005160a7d3cc9675b67 0.00 MB 1 0
85,982 85,982 000000000023cfe847fcc9ed68bd5c08e8d2eef5f803433dd37aba2b8dcc656f 0.00 MB 6 0
85,981 85,981 00000000000054934194b1566c39628a7519ae56cbe78aa5b8e776c488247fe8 0.00 MB 1 0
85,980 85,980 00000000001a2a9d1b877472e2e7eef10d6c0228f9a590f8f44765e62f1885ee 0.00 MB 1 0
85,979 85,979 00000000002dc767a9f83c05c2e123bb61fb92115dbadff785c1f0148ef7214e 0.00 MB 1 0
85,978 85,978 00000000001dd5dec1500b76d5492ff791a7a2bc87430abbcfc36d851c643965 0.00 MB 1 0
85,977 85,977 000000000022ab8cb42d613e3a18f4e189bfd22abba9ebe6c72adf6519bbffe0 0.00 MB 2 0
85,976 85,976 00000000001a41374afaa7df4bc3037a63f32d7ab759df9f46f86aba01a7dfa2 0.00 MB 3 0
85,975 85,975 00000000002f25a1f8c35ddd108e21b8fcabffbc367b269d98a01691f4957a5d 0.00 MB 2 0
85,974 85,974 000000000027af96ac98fa5da364b5a0e1d8621687d3b7fd31dd8c6df57f4471 0.00 MB 6 0
85,973 85,973 0000000000262f199f45d39593040c49bf029b807136a652f684ff69ff8c6f61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.51 GB sent, 116.88 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.