Memory Pool Memory Pool Refreshing

6,314 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (784,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,007 123,007 00000000000037f9174a804c985384ae746af3491cd04e5e68c557a11738fcf1 0.02 MB 58 165
123,006 123,006 00000000000023bc3fa8f6caee82f8f2fed24e2271a27a44eb3b7afbcd9d7219 0.00 MB 8 598
123,005 123,005 0000000000006917dc4406a95925d321a6a149e7fd9753e747233ae34cc0f209 0.01 MB 14 1,146
123,004 123,004 00000000000013e0e8eb0ad5e8d5390fbb716cc106056048c4ec4673c06e9c01 0.01 MB 36 2,800
123,003 123,003 0000000000001e1917c4c6dfc89d9d6b9fdd195dba25b2d6b2d955c9a698641a 0.00 MB 10 0
123,002 123,002 0000000000004c040132618e0cf3df969278143eddd72c9a8bca93d50c132cda 0.00 MB 14 231
123,001 123,001 00000000000020bc3da483fd21f92f69eba87698826759d72bdf30e980da1f61 0.00 MB 11 302
123,000 123,000 00000000000069b73594b10aaa38beaeadc6d3f28cab8d76c4a6ac182694fd41 0.01 MB 15 358
122,999 122,999 0000000000001cef12c853c69f971de8bffb98cc165ddbddc9fca991cdcf71eb 0.02 MB 44 1,647
122,998 122,998 000000000000624fedc47c6d44a085aebc984a39530f02ef823c8896d5465130 0.01 MB 34 504
122,997 122,997 00000000000067d25c50d90205d30d56a4b227d2eda41ff8d77bce552b35e44f 0.01 MB 11 720
122,996 122,996 00000000000035941c21d792760418abf016ad10aca3bf19d8367df318d60350 0.00 MB 4 1,617
122,995 122,995 00000000000040dd22db6dd5165873275f2b3c1589eaffe785126a23752f3c1d 0.00 MB 15 1,372
122,994 122,994 00000000000000125c01f1fcae0f6c81fc64d5a6c8efc79a876506718055abd8 0.00 MB 1 0
122,993 122,993 000000000000225480de5e4204ff8f846ac9774cc6e42b1043878499bf7c9471 0.01 MB 3 0
122,992 122,992 0000000000005b52a2708ec78717bb798e4919ef6a6ed77cd9645af8a07f146a 0.00 MB 11 308
122,991 122,991 0000000000000b5df81e6e1f9d9097072d845cc050a2b1aa0b27816d171c4aeb 0.00 MB 1 0
122,990 122,990 00000000000018ca7e94bf525b62a67f79116a7c63d66bbd489822af97d28a34 0.00 MB 6 0
122,989 122,989 0000000000001796bfe2417eb4a81ec6a23f8d1de492f39aa098457041816b20 0.00 MB 9 317
122,988 122,988 000000000000580f9452125ca4212e634b7418b5ba08c847291e14262429951f 0.01 MB 17 964
122,987 122,987 000000000000012ef1e278e2eafed022293794413e86c302638abd106a8e55e3 0.01 MB 17 822
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.28 GB sent, 93.33 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.