Memory Pool Memory Pool Refreshing

1,958 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,955 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (2,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,392 905,392 0000000000000000000050636837edc3d68d68c9e025fedb60319d53ab2e28d7 1.86 MB 2,107 1
905,391 905,391 00000000000000000001fc5c0ff0cff72a8adc15cc6d0101d361ae1da89e655e 1.55 MB 3,223 3
905,390 905,390 000000000000000000011c63981705b7b194716c01e8d9014b5bf6e3d41c9911 1.99 MB 2,226 1
905,389 905,389 00000000000000000000f8eeeeb5ecef8590ed3f1f846a73e3554fe0393f4b9f 1.61 MB 3,294 2
905,388 905,388 0000000000000000000233bb952e30c079cc07b42bc91dde95aa4056ac15d340 1.64 MB 3,207 5
905,387 905,387 00000000000000000000f66a4d2a7f097747c9fbdad654f7e7b2f9d880471073 0.86 MB 2,128 5
905,386 905,386 000000000000000000007a60c19e756007872426b987825a4a2393dd5bb75e71 0.35 MB 532 2
905,385 905,385 000000000000000000016d5b5e1e5c25f5d543be2e54f341261fbf680a9d7022 1.79 MB 4,884 0
905,384 905,384 0000000000000000000141bb23e6d6bf9bfa51990699418378cf1ff1201d3a6a 0.20 MB 519 6
905,383 905,383 00000000000000000000b56e64bc6faff0653650cb573cbd45508d63a5958cd3 1.48 MB 2,562 3
905,382 905,382 00000000000000000000a0261bbf9f7429097fd8e7bb8a20b47ff24818c5af6f 1.68 MB 2,913 1
905,381 905,381 0000000000000000000190b2a6bb8a814517db053f5b8c5443ae7dd5b823d334 1.69 MB 3,670 3
905,380 905,380 00000000000000000001fbabd2fe16e0d327099ef5383daa7919508d28c76041 1.55 MB 3,931 7
905,379 905,379 0000000000000000000224ccadb9bc610db6629d760c6e29576412a153db1319 1.04 MB 2,359 1
905,378 905,378 000000000000000000007c7b39331f75f7186ada5bab2e6b78a79b6a6e4cb313 1.60 MB 3,747 3
905,377 905,377 000000000000000000000271e96131b0b14dbf2c1914e260da3d82e74700d5f6 0.94 MB 1,939 1
905,376 905,376 00000000000000000000c6bdd216c83a61995ed7f957e2d89ff8f4ea7853ee88 1.76 MB 3,627 1
905,375 905,375 00000000000000000001d25bdc3b577ae613f8be413cee640063d2f1a366162d 1.82 MB 4,206 1
905,374 905,374 0000000000000000000201fa2d9848b79b37115843c923f8415d9c2b792d179d 1.54 MB 3,508 2
905,373 905,373 000000000000000000011bf7ab2570d31a06721f6b75a2b01489513f395bc8f1 1.61 MB 3,689 6
905,372 905,372 00000000000000000001f9ef0f6d3be3fe0430259bdd40f7e01459f228b5ed74 0.35 MB 844 1
Previous 10 blocks ↓
Total Size: 769.57 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: 1,649.52 GB sent, 95.77 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.