Memory Pool Memory Pool Refreshing

1,108 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (674,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,555 233,555 000000000000004d5efbc7ad6338164827f336d9ba31875a08f635ff7314316b 0.04 MB 86 214
233,554 233,554 00000000000001257cfcd81810fde6b6f5421330db7cb56ac15ac5f2449133cc 0.07 MB 189 204
233,553 233,553 00000000000001646c8aeeb8426ac687df870ab0fa1d5eaa80c40ee1c0c7d226 0.02 MB 32 22
233,552 233,552 00000000000001b37571b356e0482685230881a3c732498e96173d9e905a4721 0.04 MB 83 157
233,551 233,551 000000000000016aabf50108389fa9943374ca65d242d57585992db735aab975 0.18 MB 346 141
233,550 233,550 00000000000001d03b17d84c8346253a287db863beeca9ff60c67a7e1a7e811f 0.01 MB 10 79
233,549 233,549 000000000000004dec6c348718eeec55df0835d06c1dea475cd35db1c2057a0b 0.15 MB 215 96
233,548 233,548 00000000000001610ab502272cfe8ea9f9680f60b12853e4cec8a73c5853ea88 0.15 MB 238 93
233,547 233,547 0000000000000083208c41013af943dddf9d6ac3752333aa7a9a988d4b1be9d7 0.15 MB 154 53
233,546 233,546 0000000000000076b495c4fa8568d9381e28f8b2372e62feb831f00552d5ca95 0.15 MB 248 128
233,545 233,545 0000000000000195b6740071765a85de59ad4d1c40adaccd6f69dba59e0134fa 0.06 MB 158 172
233,544 233,544 00000000000000e678e59418b9ed0571d15f143d19d943c950f58d7f614bb428 0.01 MB 21 140
233,543 233,543 00000000000001536af34d80e2c7e1ae4b6439f1417612574dbdc46d43c739c9 0.06 MB 126 162
233,542 233,542 00000000000001498d1f1cde0b7cc3af77e13ccb103898199d0ddca2bf2181b9 0.05 MB 106 182
233,541 233,541 0000000000000052bcd62113bdd5f6eb9960dd7150c31e069521244d1fc4f752 0.04 MB 95 193
233,540 233,540 00000000000001c041a1ba26ed96fed9c5ddafd524233f1771f277ee46b5df86 0.15 MB 173 93
233,539 233,539 000000000000003e8b7b209faffd9e249473073e20210938a2ea375443f1b37d 0.26 MB 662 171
233,538 233,538 00000000000000612e498a047ef1471775a6e12dd5f2bcf0ac089ee9dedc1002 0.01 MB 32 99
233,537 233,537 000000000000008db45567c970172c58194626ae367dd93da22c57f4cc0396f4 0.11 MB 128 21
233,536 233,536 00000000000000ace8df6b470662b292fafd7f6dddb74fcc6c3d4bbad5de752e 0.15 MB 177 69
233,535 233,535 00000000000000d6afe38fc0fc0070b5cefa5847fa1e1bd7f0c7c73e81333e37 0.15 MB 230 93
Previous 10 blocks ↓
Total Size: 769.10 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,628.91 GB sent, 93.39 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.