Memory Pool Memory Pool Refreshing

4,221 transactions
1.82 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,154 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (710,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,050 197,050 0000000000000129f9ab4e90518891ab1bd9f14667382e5753b389132cad6929 0.10 MB 204 110
197,049 197,049 00000000000001bc87f610197efd562355ae0ec6fa1f5db54b87249a94f4a6ea 0.01 MB 20 95
197,048 197,048 00000000000003f538e256e57e7f210c9e369c398c68ecc9c0f8f4376e7a778e 0.00 MB 11 50
197,047 197,047 0000000000000361fe10ee52f692f9a5554f0b294f01b39dd153060d21a42a71 0.00 MB 9 116
197,046 197,046 00000000000000393a43ab24b04bbf632a251d96a53276ad9942fdc756da5c30 0.01 MB 31 105
197,045 197,045 00000000000003edbbde031b6b0ae9fc8fe65a79e9a994a4edee3bdf8e2e44ba 0.06 MB 128 92
197,044 197,044 000000000000001c5812c2ff62ad141f5541739fb4d4f7c118c8d02fc36d180c 0.03 MB 81 39
197,043 197,043 000000000000005d8ab5517cb875e80de393f2e5ac99c0c1af64f84c92baa43a 0.05 MB 128 151
197,042 197,042 0000000000000354c47d9f46214d6124bbe5719110a74222c350f2871acf1945 0.06 MB 125 102
197,041 197,041 00000000000003b248c21aa1fe0923e3c181406da97b75b77c55bbb3cd6d920e 0.04 MB 58 91
197,040 197,040 000000000000006f91d4f861a4f7a9be5c7ad3b5269490f5153ecf17cc7c381b 0.21 MB 532 246
197,039 197,039 000000000000013685c083097c67e0f375f1b85c3805888442315adca20eab36 0.18 MB 512 143
197,038 197,038 00000000000002de7aad8146317bd708a2af2f85c6c9f5a51ef05f910f24dc1c 0.00 MB 1 0
197,037 197,037 0000000000000475921302bcc679e9147480861a3b5680edcaad6f8c6c06bdf0 0.02 MB 62 0
197,036 197,036 0000000000000498ae3f8aa37ecff688f6a46d8331bd1c03af4989be6f554068 0.09 MB 236 130
197,035 197,035 00000000000003d26161c446d0fbbb5f1add05244cecf3cd05153d0a4d37b2a0 0.03 MB 78 144
197,034 197,034 00000000000000c777f6e57d5a6f0e54e01e20caa74143f7a886c6a58dc56dda 0.03 MB 61 106
197,033 197,033 000000000000013dfbddc59a62afa07fb3a78d0a38ef08f8064894cb2fef6868 0.04 MB 127 134
197,032 197,032 00000000000006b487724219bf6689e88bcdd601786dcfbff4be85cbfabf377a 0.04 MB 128 166
197,031 197,031 00000000000000c4d134628764ed5958acfe00a0fc93d7b32965b46bcc9d05cd 0.06 MB 139 123
197,030 197,030 00000000000006ca1e1977f05e6f0d96e2f9c7225c84a3247ee7080c055d224c 0.06 MB 112 93
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.