Memory Pool Memory Pool Refreshing

5,172 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,168 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (339,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,381 568,381 0000000000000000001143d7618f3e733cd7a94e2096b28311b29d194003934d 0.76 MB 1,851 26
568,380 568,380 0000000000000000001a999734ea3fe9dd5372ac560395090e7e3d49807be02c 1.38 MB 2,503 22
568,379 568,379 00000000000000000025c989adde8038291918d7bf8fa6121f89765c4ba7ffde 0.14 MB 300 20
568,378 568,378 00000000000000000006e20033d0479eeee6a5c247d1a1ffe2d84c5ce8078e4d 0.26 MB 576 18
568,377 568,377 00000000000000000010c5208fb56ba2705e1e6346542e3079aa86856e880558 1.05 MB 1,809 19
568,376 568,376 00000000000000000027ecf80952eef1f376b8905b02895ffd49a9e92f78efc7 0.07 MB 177 17
568,375 568,375 000000000000000000045433c13c040941f47610e95a46fe251229e124527951 0.34 MB 878 24
568,374 568,374 0000000000000000000343ae96135a7d268a4da7f0b7e2f8065dd710223a21b9 1.04 MB 2,516 21
568,373 568,373 00000000000000000012a14b76f4a733dc97c0c0df7a7ed50fc7c93f3709c73a 0.31 MB 780 17
568,372 568,372 0000000000000000002a6a668a9b75c0fc77f2c2d01bf3db26435b3c0bebefc0 0.91 MB 2,187 24
568,371 568,371 0000000000000000001d86c2c030fec198fb2cc7069464e579ec74211fd8b227 0.52 MB 1,208 18
568,370 568,370 0000000000000000002d75444e3bc9752680d1d037cc78d0e770967e05a0f960 0.93 MB 1,789 15
568,369 568,369 0000000000000000000b226d2855a0dc0a1bcb20819bccf878e90a3f47d3e506 1.22 MB 2,671 12
568,368 568,368 0000000000000000002d4df07b4bd0c359093d9f5136e5906c7d4314f214b520 1.28 MB 3,195 33
568,367 568,367 00000000000000000009146b131fc2d561128fa3b9a65612192b57bb4b525571 1.13 MB 1,710 18
568,366 568,366 00000000000000000022a98a503e65332cd271a240daddd0d654899c5912e220 0.66 MB 1,551 11
568,365 568,365 0000000000000000002b000985ff9bdbe8f300530b0795ee7cf91ecb2dd1191d 1.26 MB 3,370 14
568,364 568,364 00000000000000000003710ffcbe7d425714efd11ddf989a4fd06cbcdf1c6743 1.24 MB 2,671 25
568,363 568,363 00000000000000000000da24f4ae4b246caf7a4a76a131ce79ea27fce008ff2c 1.29 MB 3,037 16
568,362 568,362 0000000000000000001c740a9098f123cab850470960153765b5c7a676c95c70 1.23 MB 1,945 14
568,361 568,361 0000000000000000001b94b05fe2b004af6efab627141ed266262d1efe8712e6 1.37 MB 1,904 21
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.