Memory Pool Memory Pool Refreshing

5,688 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (607,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,243 300,243 0000000000000000161e26b41e3fb9554317c5be2364404eb7902312cbc3eb7c 0.50 MB 621 26
300,242 300,242 00000000000000000968930e6cccd7655fbdba3726c53aac36bbd28407878ddd 0.35 MB 323 20
300,241 300,241 000000000000000077e5ae7f94812ddfd7451e4808e6f7f32f79baa1f7d4ae69 0.92 MB 1,462 30
300,240 300,240 00000000000000003e3f0fe1b142c824f9fa4ae58e017c7fa619d7b2f9a6f921 0.92 MB 1,470 30
300,239 300,239 000000000000000057f6faa8d27303de3c301b027d7b2e065b90ea3cde541a55 0.08 MB 170 25
300,238 300,238 00000000000000004aba93a2eb1121e6d5073c67f4f8389ac4205a474bd448a8 0.49 MB 904 29
300,237 300,237 000000000000000050fd4f82924db77d1381a68da60b4f2cf106b688979a6ff1 0.03 MB 64 102
300,236 300,236 00000000000000004e7f691138b840097adc3c278452ea7617a8b96839a221bd 0.15 MB 256 20
300,235 300,235 000000000000000076201477c2073a998a0bc3d0a35e91dbf16ae9ab27be1aee 0.12 MB 212 28
300,234 300,234 00000000000000004ddb2439cbb949571dcf49e3dcbc40115ddc0880aee0b048 0.02 MB 55 28
300,233 300,233 00000000000000004993beea05a04ac593214a4b397900e7b69e49d9cd46f12a 0.05 MB 102 33
300,232 300,232 000000000000000062fd025c310484520273bf08ce8a7db72f9a5b8705677f59 0.10 MB 181 94
300,231 300,231 00000000000000004310299b01861f0de0c50c4cf7a0c8ff63cbe7796987fa4f 0.54 MB 882 30
300,230 300,230 0000000000000000248602b7db925e01dd7e9f589c83647286db8857d41f8cb8 0.14 MB 312 53
300,229 300,229 000000000000000071b7d470fb9cd9b046c4749f4665611e4bf4697ee15f6427 0.04 MB 55 12
300,228 300,228 000000000000000050ee7169975aea2c169df3c34a8e09d1956915613c7495d3 0.12 MB 244 32
300,227 300,227 00000000000000001ea3e01af95e3005e63262174973a521c7637fdcb210955f 0.10 MB 67 15
300,226 300,226 00000000000000001ae150a5efdd4e6bccba8b5eec3578a1967deccba728cf09 0.35 MB 772 38
300,225 300,225 00000000000000004744d895bb433d0ed432ebf4d32aa9e4fa0d9f3f5ddea125 0.02 MB 32 24
300,224 300,224 000000000000000018761d7bbbfef5e45a47f614ed3035719de036ccbea0b7ac 0.15 MB 206 23
300,223 300,223 00000000000000002265908330b6448e153df22c9d8702163f5d6ea6874613e1 0.09 MB 256 34
Previous 10 blocks ↓
Total Size: 769.40 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,644.74 GB sent, 94.97 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.