Memory Pool Memory Pool Refreshing

3,675 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,169 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,467 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,168 (813,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,815 94,815 000000000004b52a538fb1eaceb8144ff1163071dc78b33c178da7b7e437451f 0.00 MB 6 0
94,814 94,814 000000000004d086cfca199ec2682d20e9836507f2b7340bb1e403a58c2bde05 0.00 MB 6 0
94,813 94,813 0000000000046b92528e141d379f79acdf4a091adfacf1b7a78eba11eb3085d4 0.00 MB 1 0
94,812 94,812 000000000001cef2880379b13e74d9644e1e81403a2062351b5d9c31220a8aa5 0.00 MB 5 0
94,811 94,811 000000000004dc39199f97371710277a59f9390be923b3bfb048b28198f4ab24 0.00 MB 1 0
94,810 94,810 00000000000704ffc85097d4201e0047c3dcd561dc40bc84704653e8c1addb7a 0.00 MB 4 0
94,809 94,809 000000000004e7c524312056810f6c222a060630b51a0cbc54e6bf1548dd0a3e 0.00 MB 1 0
94,808 94,808 000000000001c8b8627a9e098e5a5cdd509e8d2f6768324fd0eb0792a5369014 0.00 MB 7 0
94,807 94,807 000000000006b95bd022dc0ab6efc9f6ab33bacb97eced2dda7670c5e2974893 0.00 MB 5 0
94,806 94,806 000000000001c5aa43fd98d48421ee09e95cabe56be0f8b001fa9d00d73abaf2 0.00 MB 1 0
94,805 94,805 0000000000062f2e568ae5a49c109ef2f4324427b05f4ea2dc9f3bc5b26b12c5 0.00 MB 2 0
94,804 94,804 00000000000341df65db4a56917703643f02fd8abadb89aecc642ec392601423 0.00 MB 1 0
94,803 94,803 0000000000010f743cb2031e66e6d9b01ea6d1390ecc6bdd8b07c6ba4a6e52ed 0.00 MB 8 0
94,802 94,802 0000000000070f3210eee43ec1e7cfe85a7591c8ad33b987394f0daa43632547 0.00 MB 9 0
94,801 94,801 00000000000122d3c73aaef4c08340c7b388801b623d0650c1851c8bbb65077e 0.00 MB 1 0
94,800 94,800 000000000004e65b3f7ebd33b3d4365f67cf210a8519851c76c214e621abd6dd 0.00 MB 1 0
94,799 94,799 0000000000026dcca41c865cf462da86c6f0413e7483ff449cf0541901c31a64 0.00 MB 4 0
94,798 94,798 00000000000363b8298e2ab7e01657012644f5a96dbca350f2856d382aef96a8 0.00 MB 2 0
94,797 94,797 00000000000273ccd1196d0ea0caeae61ec86bbb10ddaca7518ebf8236f58827 0.00 MB 1 0
94,796 94,796 000000000003c85aeec19ca2356cbfa8c80db6024162a6ed26c19defbe5fd45d 0.00 MB 1 0
94,795 94,795 00000000000159e6d3365505cefd0d52028165310d03a34d5c6cabd055c88cb1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.87 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,681.04 GB sent, 97.21 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.