Memory Pool Memory Pool Refreshing

4,629 transactions
1.57 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
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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,951 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (790,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,111 117,111 000000000000af3fa8e1453ba3f16e2e2a6e38c40f76a8b84364d5129b042de6 0.00 MB 12 802
117,110 117,110 00000000000034acf47f99113cfc0d559524c817896d53f145e51ee2731079d6 0.01 MB 41 767
117,109 117,109 0000000000005e048ce749e11a3eaf034a8e5d67b7a594e93d6c5ddba137f201 0.00 MB 11 841
117,108 117,108 000000000000373840bca5088eccf266ebffc46fcd8db2af7c08415ef2a56a99 0.00 MB 14 1,319
117,107 117,107 0000000000002f0ba7264765afeab51dff45ca5c8632d279d8995afb44efab1b 0.00 MB 16 652
117,106 117,106 000000000000ba1f050065a55296fca5202c562accc0ac9c3f977988b59a1b4a 0.02 MB 54 558
117,105 117,105 0000000000001ffd245400b97cdbc66407fdceba0f2a7858a9148d03feca697a 0.01 MB 17 1,794
117,104 117,104 000000000000450129378a04607ddb796b2e069ad9605500c0329645f897516b 0.00 MB 11 0
117,103 117,103 000000000000033adb66dc9443c9dc78df6802b29f1a6fc204eb1890866b3075 0.02 MB 30 887
117,102 117,102 000000000000bd06ded508e2fa3946654633ff9c3f8fe704524f63272841f942 0.00 MB 9 0
117,101 117,101 0000000000004319070e4f7d3a5e4fe928122155555a883f437a671eb3840108 0.01 MB 23 226
117,100 117,100 00000000000093f0e35420d98c2ddd3d02c4d50bd1e809d8fafc3e2bd468a424 0.00 MB 1 0
117,099 117,099 0000000000007eef817060460cf701256652f8b4c51df133ba1eb42767933162 0.00 MB 12 342
117,098 117,098 0000000000002466c21546d4fcb1461664fffe9566776cbeeae24474eaee9d6e 0.00 MB 6 674
117,097 117,097 0000000000007b2e1ff982782ffd6757a3ee17f8663768d0c13fbd9b2def90dd 0.01 MB 17 1,298
117,096 117,096 000000000000c97d3278b28ea6c286b0f47125f83e24e248f87f08bf9c237aec 0.00 MB 13 588
117,095 117,095 000000000000abe5a0232a16f90095358577ad80229778102ee634437e8d2a51 0.00 MB 12 0
117,094 117,094 0000000000006e139bbb2c9d8770158909a9ee16e87cbda57b7090f2b270aabe 0.00 MB 8 1,162
117,093 117,093 00000000000042c3315e4e9611e072638831b7b348b47561f2ba3cd860055306 0.00 MB 9 675
117,092 117,092 00000000000017492fb58564042ed79c5bea4b3a8ba7a9dfb5edc9763dc2cf14 0.00 MB 12 0
117,091 117,091 000000000000b8a44dd0b8bf0ce104c239b7f25f20df4cbc4318b2dd9d39ee38 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.