Memory Pool Memory Pool Refreshing

4,123 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (246,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
661,716 661,716 00000000000000000007f71ae07d9c9403a1f98a6f3bd03ff2603bf937eacfbf 1.40 MB 2,262 113
661,715 661,715 00000000000000000005df7383b795f2e3b3f7f01872c402ddd8899a8e7e01c7 1.43 MB 2,238 105
661,714 661,714 0000000000000000000b2508374c3d1d647952937625e8bd40c59bed09a6c32a 1.34 MB 2,946 128
661,713 661,713 000000000000000000017cbc16f361ad6cd5e21fe90c1a607c4bf6dd7bd1f4e2 1.33 MB 2,368 111
661,712 661,712 000000000000000000069aaf69672bb0dd806bd46aad61b7f617adae56a0acb1 1.24 MB 2,676 126
661,711 661,711 0000000000000000000e8bb1274a62214783a00a84069e5c14b1fc8f32ace8e0 1.30 MB 2,809 118
661,710 661,710 00000000000000000001e7010d54088af5b3caa5093531e4a17f3865b08ed0d4 1.34 MB 2,797 112
661,709 661,709 00000000000000000006352b4a257964a2c97feec77607294598e880233ba97d 1.26 MB 3,201 139
661,708 661,708 000000000000000000063879a513f0e065f023502e663d98df4edb17762a3f11 1.16 MB 2,970 90
661,707 661,707 000000000000000000019428b3377d9f82feb3f436f521590bac4b31854f7e09 1.19 MB 1,619 89
661,706 661,706 0000000000000000000179b47221be5e0a86b93a6da65a2c3401cf5a0e7c814c 1.53 MB 1,504 101
661,705 661,705 0000000000000000000495f027350b00953338bd7807c888e020a8e906f8d8c8 1.42 MB 2,689 115
661,704 661,704 00000000000000000007a56b26716eca160e23d669960eb12bae897ab565f580 1.37 MB 2,678 115
661,703 661,703 00000000000000000001d038bd95392ce7d927880ad7358cf25c5b0cfc608394 1.21 MB 2,121 97
661,702 661,702 0000000000000000000b2dd6802055455b5b465651df9e5bc62f0f32c360754e 1.27 MB 1,809 100
661,701 661,701 0000000000000000000c021b5644f2f331c343aebe7315c43a87bd1299ebaee4 1.30 MB 2,462 100
661,700 661,700 0000000000000000000e9d496a832ced0d8037421e039c12ee6d1ec0eb6e3135 1.48 MB 2,117 100
661,699 661,699 00000000000000000000aa46ae520f2ba0beaaa5cac0eebee5351f2477dfdf73 1.37 MB 2,608 109
661,698 661,698 0000000000000000000844bfa138f7ebe5690579e56a1045e7c81a81c7b60caf 1.31 MB 2,937 133
661,697 661,697 000000000000000000030c032cc1b0e1a1c8768df410ff8f48ed93968e3484dc 1.15 MB 1,531 80
661,696 661,696 0000000000000000000347d807500f6c4c13de41124e6a88f177b9f75e02bf37 1.14 MB 2,380 91
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.