Memory Pool Memory Pool Refreshing

960 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,963 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 942 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (839,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,527 68,527 00000000044f3da63ba86460d5048334ced94cbfde7411fad95127294bb58ed4 0.00 MB 4 1,355
68,526 68,526 0000000002284cecf536676f9a1322fce20672e65444ecc0342c9f1653c26127 0.00 MB 1 0
68,525 68,525 000000000580a87133e3ec149d004a206cd28ddfa59c39a051bb4ec9771a4a32 0.00 MB 4 1,557
68,524 68,524 0000000003ea801088f0821f0afc10d8cd3c32293e54157e3fcef990563d9dda 0.00 MB 5 1,037
68,523 68,523 0000000003212ea6266082e1ea1d2c34c0b6feb98f36573a707b4eeea1c0a709 0.00 MB 1 0
68,522 68,522 000000000511d4cc0021fd464fd667ab1ec777bc76f5cd1891fa3c9d272c0cb2 0.00 MB 1 0
68,521 68,521 0000000003a4d95b5516b3ae42d525870c9b2297a0b205c0aab3f249f858fa81 0.00 MB 4 0
68,520 68,520 0000000000ab6f8e4757905793cc76d6fac37fe3e744fbdd50d7a8b3fd8ab9e6 0.00 MB 4 0
68,519 68,519 0000000000b7f93b0718505d78785a59652b311fdd6e6a19a6ba6c84f52e8cdf 0.00 MB 1 0
68,518 68,518 0000000001a90c6c65ed97b1dee6e195bbe14f0fa79ce05389522a6c94cedea4 0.00 MB 3 0
68,517 68,517 00000000055170c30bcd9e9034dd7668e1216b9119c012da0efe354602df0512 0.00 MB 1 0
68,516 68,516 00000000015f4f36bee997cf5d8e3bbc50f422ad7ea7f58cb9c2ab7b9a239e00 0.00 MB 4 0
68,515 68,515 0000000004064ac4f8a6d8994798b3626224321641a0a86fca0b10081369520b 0.00 MB 1 0
68,514 68,514 0000000002633d0b49fad06de537028f22b9d2d1afcc8bea7726e3019b07b905 0.00 MB 1 0
68,513 68,513 000000000421cab40b1c61a6c4d6926de75a78e28841d586e0c0209a1d22f058 0.00 MB 1 0
68,512 68,512 000000000144ff71bfd27253f9646abf312f9af8590c19ca1a1ea0bcc28fc6c2 0.00 MB 2 0
68,511 68,511 00000000008d0b9327bcb38286ed3c2a735946bc1a76b63ada95851c877f4f5e 0.00 MB 2 0
68,510 68,510 00000000010bc2b380c63a231a780d6a4e3b14a86005e43b5e0859f3284e95eb 0.00 MB 1 0
68,509 68,509 00000000007046f3fa0a3180ed5592c6aedd1d7f9376afa68d1fcaa514910afd 0.00 MB 2 0
68,508 68,508 0000000001f99466900f423cdb41ff9a987c06c1f828787b2db19be14304e593 0.00 MB 4 0
68,507 68,507 000000000538e258b712a54ef862b376712089921f60a81ab6172615ab461319 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.