Memory Pool Memory Pool Refreshing

1,049 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,998 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (317,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,451 590,451 000000000000000000115dedaad28eeb382e034f1930e27ff12c468048caa2bd 0.28 MB 560 42
590,450 590,450 00000000000000000015b75ef0a2f9211b7267d09758f393a2f499439992d2fb 1.08 MB 3,049 16
590,449 590,449 0000000000000000000bdcc39c35d3d7bfdd54113fcfea50c5c4a5b5fd057312 1.33 MB 2,900 50
590,448 590,448 0000000000000000000a00df27ab081c3f072c96899aaf298d4eeba4e4d207db 0.91 MB 2,385 27
590,447 590,447 0000000000000000001b1e35e8496d79b24f14f00b933ba3255c8181c84cd8bd 0.25 MB 618 32
590,446 590,446 000000000000000000064de338a27110c37f1a072a731cb5d6bbb098538f45d9 1.06 MB 2,813 28
590,445 590,445 0000000000000000001a571d5cfd64a730cffe35ed6b515a071928f19f16ce8c 0.27 MB 593 39
590,444 590,444 00000000000000000003dadec37af494dfa4117083a1147c66f63d576184a675 0.98 MB 2,709 22
590,443 590,443 000000000000000000075e450caffc9fc8ef9044bbd754ee1ef8987f272320c1 1.28 MB 3,404 37
590,442 590,442 00000000000000000001d8b8fe8cdabaff9ce0bc7176b0f10e06bae9cdafd85e 0.72 MB 1,686 31
590,441 590,441 0000000000000000000c373eea3df4cce831c467d3c184115cee793f97786f37 0.55 MB 1,403 31
590,440 590,440 000000000000000000092a0f4bfab4e00edc9c2b9f0d7930882abe01dccb3ccb 0.60 MB 1,409 16
590,439 590,439 0000000000000000000ded45a2363db9bf932eeab0c1d0809c86b74f09014f8f 1.20 MB 2,529 29
590,438 590,438 0000000000000000000c65b60e755678b94c7f9a3e1b47d985905b23caa383e3 1.32 MB 2,464 46
590,437 590,437 00000000000000000008455907e1afb1de139336d28f325b190971590bdd2f5e 0.41 MB 1,251 20
590,436 590,436 00000000000000000012e0768e88e2a6d812f67c002270c8a9f8e68150977ece 0.36 MB 433 4
590,435 590,435 0000000000000000001ba279d250e054b177af4c648de31a1acf23fcdce46060 1.10 MB 1,877 3
590,434 590,434 00000000000000000001410904b64d9a004be2af9671407c1dd2b4cc4212dddc 1.15 MB 2,406 13
590,433 590,433 0000000000000000000789d5b2c749a207b67a8830840ae18f9cb75b1946917d 1.18 MB 2,801 24
590,432 590,432 000000000000000000157a3a07b8d1dd6f82f872474c05ad5407ab02606e7be9 1.23 MB 1,802 11
590,431 590,431 0000000000000000001715d3f538ae4166f300e6c88771bd0773ae5355d14c96 1.18 MB 2,636 29
Previous 10 blocks ↓
Total Size: 769.54 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,648.23 GB sent, 95.64 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.