Memory Pool Memory Pool Refreshing

6,646 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,139 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (385,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
522,266 522,266 0000000000000000000b7a7bd33c314b6965ca56211e3f0c13b21b7c557c6f35 1.17 MB 1,472 24
522,265 522,265 00000000000000000023702cc9fb2ebd33526bb6fcd723f3f4332f50e0f8a78c 1.23 MB 1,043 17
522,264 522,264 00000000000000000009de07b0ef4b5f72753eedf9869245e2223505ba5a0bcb 1.22 MB 645 5
522,263 522,263 0000000000000000000da6cbd6eda6e5a5b212830cd05b0534537f88ab310df9 1.21 MB 1,300 15
522,262 522,262 0000000000000000001279d61e5a1311a532e383868abaa26e4545b5f94a20d5 1.24 MB 1,334 17
522,261 522,261 0000000000000000003e64436777a7b89da44cb28f45c8dd43cf680a6da2314c 1.10 MB 1,817 23
522,260 522,260 0000000000000000004313f2688347b5353088497d075d86db943a5460543aea 1.13 MB 1,863 39
522,259 522,259 000000000000000000369b5b417ed33474387185017ce7c7b8dbc004647a1b70 1.23 MB 2,023 5
522,258 522,258 0000000000000000000732e57a40d54e99743d2b4a5f444d6f594d345db920a9 1.14 MB 1,558 9
522,257 522,257 0000000000000000004238e55b37ede70c3a1c01a74b382b91cddf38ad445902 1.18 MB 2,379 38
522,256 522,256 000000000000000000231abdb1b0224521935b15d48b9e77da5a4a96c87b491c 0.00 MB 1 0
522,255 522,255 00000000000000000028520cd95e3f89389a1fa13b7b9ea501ed5333cc1f4567 1.12 MB 2,186 10
522,254 522,254 00000000000000000042f6c6cfa94e057c15aa710e664fcf9a337759a5371f40 1.23 MB 3,091 21
522,253 522,253 000000000000000000235fa4b421e87d764b78e7a5365daab038ebb33d748be9 1.27 MB 2,437 32
522,252 522,252 0000000000000000000a65622eff9be9200badfe71ccffe2d695949af3142f7a 1.16 MB 2,359 16
522,251 522,251 0000000000000000002ed1012b7a74150697d7f469e08afb1061e341354dcfb7 1.26 MB 1,212 9
522,250 522,250 0000000000000000002ea7d84f2436c64d28e0e6aa9d6f3d315df5f6dbdfda13 1.21 MB 3,159 23
522,249 522,249 00000000000000000015d16c4f399e953d6eaf6184e694b76d30b4f9eed00070 1.17 MB 2,353 37
522,248 522,248 0000000000000000001b2e93330c3ece049b5e9c16f870ca73346d3c9d00e8c2 1.28 MB 2,229 22
522,247 522,247 000000000000000000273d90d16ea8c7014c16dd11be486898015effe061e00e 1.45 MB 1,430 22
522,246 522,246 0000000000000000001050a089cece7fca88d51ceb8d6800c7200d0844b7bd7e 1.13 MB 2,064 14
Previous 10 blocks ↓
Total Size: 768.92 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,603.51 GB sent, 92.35 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.