Memory Pool Memory Pool Refreshing

4,297 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (178,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,690 729,690 0000000000000000000a191032225846b88d6a5aaef36b0266d6b30bef3a84df 0.00 MB 1 0
729,689 729,689 00000000000000000003a9c1781d0c01b32a68d30b80126c8185dd44413224aa 1.54 MB 2,427 6
729,688 729,688 00000000000000000007d0c325a96bfcee4d64e4c445a8eef38911e7e3fe4d1a 1.45 MB 2,132 4
729,687 729,687 0000000000000000000849d42620f539edab7fe7fb9bc2d91cc8f09394b0a423 1.51 MB 2,594 6
729,686 729,686 00000000000000000007a27c3bc7ee164b70a83d0959cb7dfb2bce6bcc16446e 1.53 MB 3,091 9
729,685 729,685 00000000000000000006747ff520abf37609f78f4e49bd7149f00f9110512df8 1.51 MB 3,493 17
729,684 729,684 00000000000000000002d9cd327757031d3a658a5e80d23abc986135e2e50e22 1.25 MB 1,424 6
729,683 729,683 00000000000000000009ce335adf7bad6fad77216e6531559f234f3bf603f930 1.47 MB 1,646 4
729,682 729,682 0000000000000000000292bf6c6b96bd28a6e8526d207ac8c0caf6a74b39b455 1.46 MB 2,960 5
729,681 729,681 00000000000000000009819f58b66eaa700f51e4ab19d16d2ea51bf7d501840a 1.55 MB 3,215 8
729,680 729,680 0000000000000000000088677ce303eeec97fb6a04e182a2e30c45913beab949 1.44 MB 2,830 18
729,679 729,679 0000000000000000000830a32d48d06eb21773fe722f28632701a1e7ea564c61 1.34 MB 1,795 5
729,678 729,678 0000000000000000000206e1d51294e035699c68f001f188324473e103b00069 1.06 MB 393 1
729,677 729,677 000000000000000000045afaea500710073735c8b192998479fe85e6e76d5410 1.05 MB 308 1
729,676 729,676 000000000000000000039ed9eca4187b0e1aa80ee649197f09c2f13f9d9383ca 1.60 MB 2,601 7
729,675 729,675 000000000000000000072436619e93926cc828946f5d006ded2a21fe6ee3837a 1.42 MB 1,804 2
729,674 729,674 000000000000000000005c36266b61a8ae81ea5e6f234a71b642a8a1aa68678d 1.22 MB 1,181 5
729,673 729,673 00000000000000000008708cba42cb77495df1659e118f73f91bb3fb80093a1a 1.53 MB 2,937 6
729,672 729,672 00000000000000000004fbddea3be87ce9ee507a02375c194eb37648b99b5fe1 1.52 MB 2,974 13
729,671 729,671 00000000000000000009332cda63e5985a88f53162f7249891ba9ab9d0d9ce5f 1.69 MB 1,190 3
729,670 729,670 000000000000000000085cc79a8c1ecab547e00aab88a11c67eb862dada0fa08 1.53 MB 2,905 3
Previous 10 blocks ↓
Total Size: 769.08 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.24 GB sent, 93.30 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.