Memory Pool Memory Pool Refreshing

859 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 851 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (783,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,349 124,349 0000000000003a5b78fb3ee4f8f92f47e66ecf86b152b1a0abdfef8830479619 0.00 MB 3 1,247
124,348 124,348 00000000000048366477f72c6cd4bbe3d3633bae6dd33b524ca59f8ffd947b00 0.01 MB 28 199
124,347 124,347 0000000000000986685b0c75f169be04947a0ddd0a7e45e16787f0b80b3b7e79 0.01 MB 11 837
124,346 124,346 0000000000001a25aeb5a56f400d7addd750f532a00771085a84d975550ef58f 0.00 MB 5 1,477
124,345 124,345 00000000000062d73e786cce5b932acac6838a0fbfe587e5b0e4b7e76724edf6 0.00 MB 10 491
124,344 124,344 0000000000001efc276efc15f211b87b43dc3310a70559665848ba68df29212d 0.00 MB 10 0
124,343 124,343 0000000000003e98574430e3ffc99dcf64376e5f00f996640d9f270f7c13043a 0.00 MB 13 216
124,342 124,342 0000000000003deb1cf01d4856fee42b8fa3cffc10d0543c43a7c2e78155e338 0.00 MB 8 0
124,341 124,341 00000000000069e45cf9a7957e10f49dc122d53ea8c8e0cc773f6011a51b0e3f 0.01 MB 21 385
124,340 124,340 000000000000146942cd990efd022ebbe3107208f408b8449377d3db14dc7cf2 0.00 MB 1 0
124,339 124,339 0000000000001342a56493e65548c27f705b61ff0bccb28caf9d6bfa610c592e 0.02 MB 45 1,147
124,338 124,338 00000000000055a5391cd79956430eecfcc0057ea50b871949383a84c1503e79 0.02 MB 29 658
124,337 124,337 00000000000022896f7de329cd7e53a4c567ffc7ecac69641741c0c795ccf9ca 0.02 MB 15 1,064
124,336 124,336 0000000000004e37b7176d8a589190b445d0cf5ac9211a4b7c1dca6aa943bb2b 0.00 MB 8 658
124,335 124,335 000000000000683f6d548e86c44b95600f8fe9c8cac9e2cec22cb311adaa44ff 0.00 MB 8 1,049
124,334 124,334 000000000000550adc4e7b0a06fc331e487280ea6d92c5d2574c92e09e573dc0 0.00 MB 11 0
124,333 124,333 00000000000038b306a2dd1530172e5bb1d154383515a415f2c7c35415932912 0.00 MB 11 1,010
124,332 124,332 000000000000182dcafdefbfd60e2523ed1494e7b0cd345db7a4f586231d422a 0.00 MB 10 0
124,331 124,331 0000000000003d372f7d24daf7c0cdd6190a51239e6ebfa05419e736655632d3 0.00 MB 6 305
124,330 124,330 000000000000591151c63bebd6bce8d8ce77cb27e41aade2d2066687732a5d65 0.00 MB 7 0
124,329 124,329 0000000000001781bb0ec9042691660e2ff86995e11158e8db57092ebf71e980 0.02 MB 38 382
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.37 GB sent, 94.27 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.