Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,590 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.78 vMB 2,581 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (98 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,268 911,268 0000000000000000000213f2bf0c5564b9ba0e5491a69fad56a0a0620305f0dc 1.17 MB 1,117 1
911,267 911,267 00000000000000000000a0d4b9fb220fa2b96b9fe05b5e9c7e88843861373bfe 1.75 MB 4,646 0
911,266 911,266 000000000000000000015b16fc504ae25e395c39bc692266af250ee10efbef57 1.66 MB 4,155 1
911,265 911,265 00000000000000000001db6ed58108d6abdd61e077ea5b7d519b9845047d4620 1.48 MB 2,722 4
911,264 911,264 0000000000000000000029923709552bd181ed954bfe66f0c6fe9393986dd5c1 0.61 MB 1,049 2
911,263 911,263 0000000000000000000198aa04b3b0b2d7eeff984ecf7f4d860b7aee79f3a4a3 1.78 MB 5,006 0
911,262 911,262 000000000000000000019b79eaf613a10e658a3675168296e6a1621935a109ea 0.04 MB 46 1
911,261 911,261 000000000000000000016a53a4eedb880b9f1c31439e935dd52d527badc43897 1.69 MB 4,515 1
911,260 911,260 000000000000000000013026ab7f6da6e240421863fe2f56d27b1b037104034d 2.13 MB 1,888 1
911,259 911,259 0000000000000000000157418bc4e4269d621e20756cf51e04ca0530fed4b18f 2.07 MB 1,796 1
911,258 911,258 0000000000000000000099442f6fc1833d56e4f57fe71366e6430b710ba6b74e 1.85 MB 1,939 2
911,257 911,257 00000000000000000000daa8674e91acf0f23c7c68f8329e7a2a03365f4a20a6 1.86 MB 2,636 1
911,256 911,256 00000000000000000001a0d266f900fe7f780a298296f442cfca8d75e2d3850f 2.05 MB 3,889 0
911,255 911,255 000000000000000000010d4cccacaf44c177fb507e63ebc674e462e2fa51e3a3 1.73 MB 4,010 2
911,254 911,254 000000000000000000021d68a0a05c36c1fe492f34ac52dbd40ef71fef494f94 0.91 MB 2,386 1
911,253 911,253 000000000000000000016486a0339cad52c38d60b0e82330e7836b354b4b3047 1.66 MB 2,327 2
911,252 911,252 00000000000000000001c3b8b0f2d57ccd36b43f8cba28dce70539b7bbdbaf53 1.93 MB 1,217 1
911,251 911,251 0000000000000000000095175c5be473f2004482226ea6e62629fe344591e76d 1.69 MB 1,905 2
911,250 911,250 00000000000000000001fbcc91af1dc346662bc536cb4d8713cd992f00794970 1.60 MB 2,475 3
911,249 911,249 000000000000000000008af5af125e7b29017fa43f68718e91f7d2cbdfcb1441 1.50 MB 3,035 3
911,248 911,248 00000000000000000001ced364d101a671454761ea9f61656049b04dd92f5221 1.55 MB 3,308 6
Previous 10 blocks ↓
Total Size: 775.92 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,401.74 GB sent, 128.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.