Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,741 transactions (1.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,339 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,338 (444,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,317 467,317 0000000000000000012028f3153ac7bee7a770ed557d4d094e5000d2258859b9 1.00 MB 2,867 184
467,316 467,316 0000000000000000000a0a831ddee5368bf3c3afbd07078b3cd4b587b632444b 1.00 MB 1,224 166
467,315 467,315 00000000000000000040ce2576f1f9db5e4f59b24e732f4e27cad97e4d1f531d 1.00 MB 2,566 171
467,314 467,314 000000000000000000c7a26e0557187a8b64c22ee71f2f3fb39a4f0663c08541 1.00 MB 2,433 164
467,313 467,313 0000000000000000018dad5d1fefa78a34b715a65a47f176454f0e814fd37db8 0.00 MB 1 0
467,312 467,312 00000000000000000119ff4d895b2812911cbdfdc6e4dd53d3913f8fc909b0f4 1.00 MB 1,889 241
467,311 467,311 00000000000000000136d25fc8e14d5a44027f7ba7f7e847ea33f69130527b6a 1.00 MB 1,782 284
467,310 467,310 000000000000000001914ed9ac618f2fc96a35a2a81b94266c2901dcef21049a 1.00 MB 2,180 182
467,309 467,309 000000000000000001dda6cc1d03b4281148128c2f0bb048a87921a3270a5712 1.00 MB 2,317 247
467,308 467,308 00000000000000000172624febbc1162c68b0fd800604b51aa860ce7e317fc59 1.00 MB 2,665 382
467,307 467,307 000000000000000000f64b7fd8b830bafd331a217fb629f671d8cb485207c4df 1.00 MB 3,116 342
467,306 467,306 0000000000000000013bc6d807059e404ba94024cc4589b586631021600806dd 1.00 MB 2,262 227
467,305 467,305 00000000000000000113ca221d3dee5808e246fabbef4af96a9cfa2d9235333a 1.00 MB 2,907 304
467,304 467,304 000000000000000000021a7669d66eaf3d58111eaef786e5e8de677be5317051 1.00 MB 2,015 192
467,303 467,303 000000000000000000045f493f937e6a9aadb39871286595501b7044a8235f32 0.00 MB 1 0
467,302 467,302 000000000000000001f66f9803a3e62d24bcdcb24228699725ddcf8a6939b6c6 1.00 MB 2,925 300
467,301 467,301 000000000000000000db02a848e4c6ff86ac1be5e856ca0fa64ef1fa3943167b 1.00 MB 2,538 239
467,300 467,300 000000000000000001b0ff7cf89daf36c0d3cec32e77c648f61777f1c0d4e27d 1.00 MB 2,347 173
467,299 467,299 0000000000000000011fc4f5e53bcad3bafa87922bcf26777e787b5b9fc61c43 1.00 MB 2,175 216
467,298 467,298 0000000000000000003394328df3d23631ffa8d05ebff5a9779f7f463795c5d0 1.00 MB 2,922 365
467,297 467,297 000000000000000001bb184a1b8390f9d6bf31c645924c04afcdcc0447c15c1e 1.00 MB 1,753 193
Previous 10 blocks ↓
Total Size: 775.87 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,400.52 GB sent, 128.18 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.