Memory Pool Memory Pool Refreshing

7,706 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,001 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (726,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,366 181,366 000000000000004e548f5b18a7dad68bdb56e7d754ef96289096f09c1399de56 0.07 MB 122 128
181,365 181,365 000000000000071c3fde9db846fe51a06b9c05799b97038029bd863d7888aae5 0.01 MB 21 4,304
181,364 181,364 000000000000052de249336145a4710790e2358d0e6e5c0a503fa0ad085f7766 0.23 MB 551 138
181,363 181,363 00000000000006100b2961816f1e790211ec3bd79182924d264a4684da665ef7 0.05 MB 129 104
181,362 181,362 000000000000031a559489e0448cbe604b764fe781fa1b85a8829a36decf761a 0.03 MB 104 12
181,361 181,361 00000000000007cdfb240e7e0e883f60039b45eb81d44a7081e0a355a989ed7b 0.06 MB 152 99
181,360 181,360 000000000000093f8277cc942e42cfca8e93217cfc9f925cb0cf506c7261bd98 0.10 MB 248 111
181,359 181,359 0000000000000259fa1172db9b9c00bd047ba74e245350c2bbb57963899888c3 0.06 MB 89 72
181,358 181,358 00000000000004314b42fffeff66c2a154190a4404a2523b99778bb29f911198 0.23 MB 447 117
181,357 181,357 00000000000001d46e407c65dc11f3bab7ed9966f7fdfc37c3a90da61053de1d 0.05 MB 134 81
181,356 181,356 00000000000006c070ace895cdf60ed9aa76cd698090d864d55c82963dfbade6 0.24 MB 610 167
181,355 181,355 00000000000008ddf3cf279c4dc1577d8e27ba04de6b67a4ca10320bf595f830 0.00 MB 12 72
181,354 181,354 000000000000066807d37cf29497ae887183ee030464137d3fe54aa357af35b3 0.11 MB 177 81
181,353 181,353 0000000000000351d6c8e086c2764429c044a046d9f1d297f27fa5c57eb89414 0.05 MB 110 75
181,352 181,352 00000000000008c5b1cda0227988a122430d5d52eb6c58f66aff9c1a341be3e2 0.00 MB 13 3
181,351 181,351 00000000000004f13932f2481d123335954eaebcf5cb6223577de27aa2f90ec1 0.10 MB 231 114
181,350 181,350 0000000000000096fd11f38ccd0c3d35d76b25b113904fde7fce1dc00b9be7ed 0.23 MB 512 131
181,349 181,349 0000000000000450405de31dfaf3d5d797a5bffcf15f443911f6e2675f459f60 0.00 MB 12 0
181,348 181,348 0000000000000149438ccbe91cc849f84bbffeaaf144fe4ed14d45d76a860efc 0.10 MB 256 137
181,347 181,347 00000000000001719b14504af93817b7b750867dbb82dedc4a9d67b7a7bb12cb 0.03 MB 100 103
181,346 181,346 000000000000027af205146c8dd7cbbd9becaef757b44bb4bed12c5e35155bd1 0.06 MB 166 598
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.