Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,294 transactions (0.37 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
909,418 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 1,275 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,417 (886,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,192 23,192 000000009fc8e1349eb5ceddeaa73e9153a96a80e0734aaf5ac23214dd98b6a5 0.00 MB 1 0
23,191 23,191 00000000ccd0ca9b21f6f5479a46cf7c39ac1f93813635830741a53757652120 0.00 MB 1 0
23,190 23,190 00000000d7815f72400bcf6ff02c4b373411b0aaaaf9418cb3ef00ebdca991ef 0.00 MB 1 0
23,189 23,189 00000000a0d74c34a6ef8d38be03c8d37fcc242eeb9193008cab66285e815498 0.00 MB 1 0
23,188 23,188 000000000fa7b7ac15e26a820f222eaf715f6be62e63abf83ec804280a4cdbb8 0.00 MB 1 0
23,187 23,187 00000000e6d7d12db49102a46fd6e0da7bd6d2abcfeba325f95c5bcb347241a2 0.00 MB 1 0
23,186 23,186 000000000aa5519b133192dc8faaf78a2004620b8f67fe9c586891a9ae682f4d 0.00 MB 1 0
23,185 23,185 0000000048eddd775dcdd65f91142a2b000612611bc27f1b4a05f27ba3c68f3e 0.00 MB 1 0
23,184 23,184 00000000f230c4f0e83a9f210af3dca471ac3a7b5c775109d0f55288e8639540 0.00 MB 1 0
23,183 23,183 000000001d3440aefebb2607d9bf3f0e0dcb6a6ab8c614a004314e5f81104661 0.00 MB 1 0
23,182 23,182 00000000a27468fcd9a6ca1eadfcca8934950b58dcd064ded092293fd36633cb 0.00 MB 1 0
23,181 23,181 00000000c9304ebe90e3469183044fa5e0d0116a52e7a1eaf75e335f126ccb5c 0.00 MB 1 0
23,180 23,180 0000000080e765b54befe10c5f649d4b861117b6402d9b8e7ddfffcb78d751d8 0.00 MB 1 0
23,179 23,179 00000000691b87301ec9e4ce903ebc76b9585efb43dc7712f908da1e6e7d8a8c 0.00 MB 1 0
23,178 23,178 000000000cea9aec41b73aecb01fa8991998ea6b37b141fbadb6510fc1b1f7cc 0.00 MB 1 0
23,177 23,177 000000000809144e3b9e68a7fcfc8172ffd16d556af7a3f2f1061f66c8b38659 0.00 MB 1 0
23,176 23,176 0000000032d922f4be48bb8d05daec8ba347394da7d3e2fa8638d89da16ed191 0.00 MB 1 0
23,175 23,175 000000001ca9e67f8c130907556c3b78ba3405f332706fb19502e2c7917ee19e 0.00 MB 1 0
23,174 23,174 000000004cecca22d6409cb29aa54d08bd83cebee47a1d31fc25123af7ac28bd 0.00 MB 1 0
23,173 23,173 00000000529af0682aefe48739a42647a6b40043ed37f4aca84a0e9c4063e3cc 0.00 MB 1 0
23,172 23,172 000000007b7421bf674ee02543e7c20586075424d414ccbfb67a135f079b41c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.32 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,071.75 GB sent, 109.75 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.