Memory Pool Memory Pool Refreshing

604 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (5,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,255 902,255 000000000000000000017df6631fe6d30939370a5c0b912e8658879ee54ac7db 1.60 MB 2,951 3
902,254 902,254 000000000000000000016e30bb598c3b493938d2d82f73487ee65718ee476c26 0.82 MB 1,158 2
902,253 902,253 0000000000000000000054912a2333704a542f965d2c0c6ca15abaea2a074c69 0.84 MB 850 2
902,252 902,252 00000000000000000000d603f4abeb963531186cd3fe28e6c0e415ebbeaf30e6 1.47 MB 3,205 1
902,251 902,251 00000000000000000000c14a627a7b976d8744280695210763c1ee1d6265584e 1.55 MB 3,447 4
902,250 902,250 00000000000000000001da45e6d482fbbaeac8596ce9731bc236a8113a918fd6 1.54 MB 3,162 4
902,249 902,249 0000000000000000000188372c84ed1868c1fe9cdceeebaf00c4d2ed1dcd3b3a 1.16 MB 2,405 3
902,248 902,248 00000000000000000001b8ac1770499bbf938160fdf5142e849398d76ea71b95 1.93 MB 1,939 1
902,247 902,247 000000000000000000006fbe0cd820f6147f7927dd383e560f702ae2766343fa 1.26 MB 1,295 2
902,246 902,246 00000000000000000001760714a961bd67bd617abb1adc3affb074c274b17710 1.57 MB 2,217 5
902,245 902,245 00000000000000000001afc237d5c19adbf4b1bfcfd9e35c949beaa6f7c9e93d 1.64 MB 2,389 1
902,244 902,244 0000000000000000000058d69d76e6f4994ca5e3d1f41309023f602f0c7d3208 1.72 MB 2,573 9
902,243 902,243 00000000000000000000d67ae3109da98dd027f4c98ddf31db58dcbd437d7662 1.71 MB 1,658 14
902,242 902,242 00000000000000000000dca8face196b5d1ba79da6e7e6a4aa45b787997e280f 1.64 MB 3,359 5
902,241 902,241 00000000000000000001c616075292016090e3a77f7f2a1ed3d167a4989bec18 1.64 MB 2,883 4
902,240 902,240 00000000000000000001395da21a9eea2914ecf8fb7bd3c51c4217aad98ffea8 1.59 MB 2,890 5
902,239 902,239 0000000000000000000086985fc0baa7d6c0abbd218efba2b9606dcae82b6d21 1.68 MB 3,528 4
902,238 902,238 000000000000000000001be83090f474a88bd7ae8c3ab4ed23ed662f98c3dd40 1.74 MB 3,965 4
902,237 902,237 000000000000000000005619e8ce1cf9cc31bcf4f489f25503ea459086a53e6f 1.67 MB 3,445 6
902,236 902,236 000000000000000000015cd4c09708093ea55a2fdc8d31c0f4f9da7b10ed5146 1.65 MB 2,930 10
902,235 902,235 00000000000000000001009ee18d68a681723b922e5b756aa89c513f28e15876 1.72 MB 4,387 4
Previous 10 blocks ↓
Total Size: 769.11 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,629.46 GB sent, 93.43 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.