Memory Pool Memory Pool Refreshing

3,585 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,722 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (797,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,423 110,423 00000000000067c6c939c859415eeeea60471be8298f4d90de446279eb04627d 0.00 MB 11 0
110,422 110,422 000000000000674e025b0c1f33bc4ee09193d5211ac2eb2004bd79cbed2fd03a 0.00 MB 9 349
110,421 110,421 000000000000d5311b44a34ec3ea28a5cddcb44e2fdbbffa8b16686dcd81972e 0.00 MB 12 0
110,420 110,420 0000000000002361a3f753b1686dafc3539e81e514c6aaf0fc3e8427023f88bf 0.00 MB 12 0
110,419 110,419 000000000000b73aa2a4a469cc8ba43b14d936445dd6995aba8e287902fdb7ab 0.00 MB 12 0
110,418 110,418 0000000000000a7cc29cccd319f3c6dd8f0dbe05218e64e5010158a689bf3e6f 0.00 MB 13 0
110,417 110,417 000000000000b963d3080427482835742ae6e00a05af880e043e52de7c80d6e0 0.00 MB 11 0
110,416 110,416 000000000000e9c6dfb5184161329bea2e2eeba3d80ad55c3bc11fe23f582f37 0.00 MB 13 0
110,415 110,415 0000000000017d96d634b938a1ed325530e10ac76ff9aecab0f4ad9e0c60ec31 0.00 MB 12 0
110,414 110,414 0000000000016158035d2a13abce1ed9bba5e32983a53b7eaaaf1cba57186d31 0.00 MB 7 0
110,413 110,413 0000000000000287d88469d0f90f732e5d396f64b71f2adc45e379d82149874d 0.00 MB 12 0
110,412 110,412 0000000000006205ca614de7686190c5f1f4c0b91c5c9a26ec91c28a47301fc2 0.00 MB 15 0
110,411 110,411 0000000000014ed138e80c9eb89d01dd11b2674e0c8643bfa7bf12ddc88ffcaf 0.00 MB 13 0
110,410 110,410 0000000000009d77a1da044101f98c5e0155e0aa91a83dc2927ebffa860a14af 0.00 MB 12 0
110,409 110,409 0000000000000f9cf55f72c4a93b0699e15ced13672919f41c1e6d947a40178b 0.00 MB 12 0
110,408 110,408 00000000000089bb9fad2f68be33ffff5c23420e20108339887b93231a1b951b 0.00 MB 12 0
110,407 110,407 00000000000122f11e187029bdfb684f0f2e6a6fc1e74d6b9327afa657fd7114 0.00 MB 5 0
110,406 110,406 000000000001a718670ffab7a36a0ea925b3c3b0abf5e8c021dab3dacb03093d 0.00 MB 7 0
110,405 110,405 00000000000018b956e3c90b60fa7880a41a5c6b5abc1616d9b3ad31316f5aec 0.01 MB 3 0
110,404 110,404 0000000000014328edc4ff449046453ada8f3f720afe8edd128b869f9b35806f 0.01 MB 16 0
110,403 110,403 000000000000e919458c2448532ac11410a8ad820a44890703dd343336545736 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.24 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.