Memory Pool Memory Pool Refreshing

1,546 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,668 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,535 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,667 (853,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,245 55,245 000000000373df56897ce83743907765aae77103cefb641865b033b2e0753f80 0.00 MB 1 0
55,244 55,244 000000000e6d9126e7da2959985d64fd5bb15424d81ecd173f1b756decc4b8ae 0.00 MB 1 0
55,243 55,243 00000000099f75c31532695b3005b91197334440bf0375d8c46114d0af6390dd 0.00 MB 1 0
55,242 55,242 0000000001b6b38f30155de9a5e0a5366cfec36e126118acb6f78eb76f39729e 0.00 MB 1 0
55,241 55,241 0000000009a14564173d6dee313588307b910a9d33528a669a8792bdc8beccb9 0.00 MB 1 0
55,240 55,240 000000000bd05d447178e8593b13cf4cd5d75d6bf2cef979dfffaf007cc2d564 0.00 MB 1 0
55,239 55,239 000000000ca5c8f9a91f5fab2a887d671498eb3cd960c706ab6cd3e3d322c843 0.00 MB 1 0
55,238 55,238 0000000000963af8f5d98916cd1546094ddd3e13e9712501c2c935441bc34d35 0.00 MB 1 0
55,237 55,237 000000000ba910fe5a229e9e87b445fb9ef19213b9980ec31c68395dfe53fa27 0.00 MB 1 0
55,236 55,236 00000000082fcad48ac5da92ad342f3b4a16e6ed70b27196a96ba2052645c61a 0.00 MB 1 0
55,235 55,235 0000000006555214058acbac80918a66859040fb8f8ca09b6171eb8c831ce7d2 0.00 MB 1 0
55,234 55,234 00000000110b9bbc71b7d240f3d2e8a5b2b5480c0f54b3bbe7cb920e99604b67 0.00 MB 1 0
55,233 55,233 0000000010f7c0107d83e68f4371d0b718e67d1e3acbca04a4b1047c6a9602ec 0.00 MB 1 0
55,232 55,232 000000000bfbf4375333ab8c404cb7a2b07ba3e35cf7049955794448aedf0515 0.00 MB 1 0
55,231 55,231 000000000e7ed2efe1fcf8269a07003f53775ea0860cdf962345cd9ed931a42e 0.00 MB 1 0
55,230 55,230 0000000002cd8a2f11a35cafdb172743f2e8c79a6562d1bf82117f5db8df508f 0.00 MB 1 0
55,229 55,229 00000000069eab0000f23ab0286989c8b3c4144ef311b1cf86fb1b2c07dbf63f 0.00 MB 1 0
55,228 55,228 000000000bf5b03d472587c4f637ac20622546ce21ad83483897e4444034bded 0.00 MB 1 0
55,227 55,227 0000000001c64130663734096f4c4606651538294393675385b681eb2c9d6a05 0.00 MB 1 0
55,226 55,226 0000000013c1b5c8c499a320896e5749e241a967ff71d2f3413e3a2852714f5f 0.00 MB 1 0
55,225 55,225 000000000bc59cfb47735433ae1f829336bc1abc18c108f3ca3727c0cfbd8ef6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.34 GB sent, 101.65 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.