Memory Pool Memory Pool Refreshing

4,969 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,933 (726,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,373 181,373 0000000000000760efa9fcb33b23b4f8eda89a16ac88552fd2780533a0512b4d 0.00 MB 14 29
181,372 181,372 000000000000047503530c5f6480bc0f6089e25c477ee1c2a4e83cf4fb76530c 0.05 MB 130 252
181,371 181,371 00000000000008ffac6d5bd0602e8f28309ab8584acc0fa4c80ed5e468a6c91e 0.25 MB 699 150
181,370 181,370 00000000000003afee33f7c381ca6f1fd260b85c21515a5cb691ca638e638329 0.00 MB 12 11
181,369 181,369 00000000000002f3ca3178047cfe72baa97d8f94cde5897ef65b785f25aa9aa8 0.02 MB 27 216
181,368 181,368 00000000000007d0bc2bd02f4d37af02c3fe70729af7c8086f26708e7518d419 0.04 MB 79 109
181,367 181,367 00000000000003554c9a2c6c2040fb2ff35f4cb78902ef908899b32e2cd06b68 0.00 MB 13 51
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
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.04 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.