Memory Pool Memory Pool Refreshing

1,953 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,919 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (708,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,218 199,218 000000000000042a5c1b382f2932f718fbbfa6b5e8e12965981516e6a878efcb 0.16 MB 512 31
199,217 199,217 00000000000004984b7471c8d600b2bbbdb568b9e8987c3bd5f53819436acd25 0.04 MB 82 179
199,216 199,216 00000000000002919aa072182c1c9dd00888d885203abb0be52c89dbd43f3a53 0.01 MB 17 20
199,215 199,215 00000000000001fd7edcbcb708618eb3616e5917fb522e88c98135756eac2fc8 0.10 MB 219 158
199,214 199,214 00000000000006352084c9e46d3f8ba14be527722d385eacd06584e50add49e0 0.00 MB 3 97
199,213 199,213 00000000000004dbc75d32ee45f1db86420b43d613afc985445bc19faf961fe8 0.04 MB 124 106
199,212 199,212 000000000000007152a524c40ac081cac9abfa2896a01ce9fb79cf73d97831c9 0.00 MB 1 0
199,211 199,211 000000000000029f2cb24ab815ba88d32db55051b3d41e0af999b9e5ac0ea23f 0.01 MB 25 86
199,210 199,210 00000000000000bcfef6e14e9719de96f9eb9cc0d03123b925a49da666385d8f 0.09 MB 160 95
199,209 199,209 000000000000050405331898d435722f554c6ee8b73fbe4c5427aa1e8faa3781 0.06 MB 209 31
199,208 199,208 0000000000000427abe78a79f1155a1d7825a3aa869ddd169be5b110bbe4128e 0.05 MB 74 124
199,207 199,207 00000000000002f51a315abbc75b8a6c08090d9ef31dbcf1725195a733e1d20a 0.00 MB 14 93
199,206 199,206 000000000000032809b867fcafb3aa9d4e7f2f88fbdc9b16fcfc0f956a9e4996 0.04 MB 64 83
199,205 199,205 000000000000001e171028d423b869550c37dd1752e5d2020940d0f20ffe683f 0.02 MB 60 150
199,204 199,204 00000000000004807173371e817190e4db0c7f7de6b27ddaae31e08ff8a70326 0.05 MB 115 236
199,203 199,203 0000000000000020f208458c4fd8f0463be3eda149bac5b25963858d0c173192 0.00 MB 11 37
199,202 199,202 0000000000000299bad20518268cdd263f25c2be8313358a41e161549591135b 0.01 MB 31 157
199,201 199,201 000000000000036c09cd665887417fd76517396c106892a0ccb887391e9c9164 0.03 MB 63 89
199,200 199,200 00000000000001f731d56d3122d7d3e0cd7c7b70c5cfa248ba0406ecbf26e4a5 0.03 MB 73 116
199,199 199,199 00000000000001dc6b32843d1ac6dbf5c11e1c68ee27d2748a1a6ab04bc7fdb9 0.07 MB 150 128
199,198 199,198 00000000000003e6fdd591c161b58494c442b3d140da63274f4092c8732cc49c 0.02 MB 52 157
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.27 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.