Memory Pool Memory Pool Refreshing

9,721 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (601,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,855 305,855 00000000000000002c4ac9259f5499ab97195242316b02947cd3ca99019f4896 0.05 MB 160 33
305,854 305,854 0000000000000000003a5ac0b441a67152b1b143f157e1389acb8111c973afd6 0.12 MB 244 26
305,853 305,853 00000000000000003b1c66f27caf572036169cb4c1c1d5aaad3375439cd4cd9a 0.01 MB 15 31
305,852 305,852 00000000000000003f1984521014200f055287e21c9ea20087c1653f62319eb2 0.00 MB 8 17
305,851 305,851 000000000000000007b37b11275e62f3e082e57d5a17c7e6598e1baaa4433e7f 0.11 MB 202 28
305,850 305,850 0000000000000000023a63e7dc00864d9fd4234663377804889980d483223b7f 0.02 MB 64 47
305,849 305,849 0000000000000000099cb8f55aac78fb2fbbaf5f05856d4b77571cf5cb60dbaf 0.02 MB 51 27
305,848 305,848 00000000000000002c5e54789c97cec9bbc7f20ae64c61f0d0804eb78692cb67 0.17 MB 339 25
305,847 305,847 000000000000000058e708742787127f7da3f250076fb5d944d5b3b7cad8c2ad 0.44 MB 625 24
305,846 305,846 00000000000000001de30559fc0c4d117f87923e743e061edc20e5a1ca9e1e91 0.24 MB 419 24
305,845 305,845 0000000000000000051913484dd84c5e86c3caccaa1ff6bb2884e989d7251458 0.19 MB 331 28
305,844 305,844 0000000000000000354eed779d6d13c2bd201c7d79fe13a2054e41b1818e6048 0.08 MB 36 5
305,843 305,843 000000000000000028565a5bf17552b3bb36e23a55b3e1b40c31066a1a13eb41 0.29 MB 379 24
305,842 305,842 0000000000000000009e6ca7163fbaddca0493f7805c60a05203c84f8f763772 0.02 MB 39 32
305,841 305,841 00000000000000002dbb2c4360facbd081d06c4539171715f02c1e28aa271f6a 0.07 MB 54 8
305,840 305,840 0000000000000000109ef595763bde2cba67ef9b371daab3e0dc803277c216f8 0.28 MB 622 31
305,839 305,839 000000000000000029da64af0ceaddb2dd44c95ca78a691ef9bdeec0cfc38025 0.21 MB 452 30
305,838 305,838 00000000000000002726dd130d75e1f22a10c23d679a5b654b024f4351dd9f72 0.08 MB 145 27
305,837 305,837 0000000000000000512dfa16513b3b845cf55586cedca7e6e6868d4ffb47f56c 0.05 MB 113 37
305,836 305,836 00000000000000005d02a6438af27e38e3f2a8e75483eaaeb702347063bb64ac 0.10 MB 203 27
305,835 305,835 00000000000000005d4440f5a10eaa17a590fd5b49df73bf21ed97f49ce68b5b 0.15 MB 208 22
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.