Memory Pool Memory Pool Refreshing

577 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (903,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,030 5,030 00000000d3b133a1d66eed1dc2fa01e976817224a009363f65110059256dc317 0.00 MB 1 0
5,029 5,029 00000000f3739ac268a4b17119a5f131b0a7dee165799a959bb541081ad82727 0.00 MB 1 0
5,028 5,028 000000001adc6c26e9860749f7905b1df0af564de9911a145d5dd7704619907c 0.00 MB 1 0
5,027 5,027 00000000cd4e2942b678d341aaa6469a832b5492138bff5e650a785dda241cdd 0.00 MB 1 0
5,026 5,026 00000000c4512a444a69c0671c9b9910624981f7fc6ac5b44b78fd6613f79184 0.00 MB 1 0
5,025 5,025 00000000f312b1fcbfdf1b5a75d2414e4f3d1e28fd90f2e45c1a4a677cca45f1 0.00 MB 1 0
5,024 5,024 00000000bf9d10a122b4b9c96fdd46c270f3e311074dccede28e37f421e634bd 0.00 MB 1 0
5,023 5,023 00000000bdf23d97d052042f298c0c7f54b9b58f79736dbb451f4fcae20b0a8f 0.00 MB 1 0
5,022 5,022 0000000078ec5c8d0925dc10cacd66af636471fcdafd06166487efc7dbeff623 0.00 MB 1 0
5,021 5,021 0000000002dc07f38ea16f57508dbdb9d26028971bfc6dbe5071f17155e759b3 0.00 MB 1 0
5,020 5,020 00000000c8dd410d3e675d7f6e3d5e31012bb8c0b03789430f4c09a04e6fdd76 0.00 MB 1 0
5,019 5,019 00000000d1c6dd5c2746b21cc54966eab68a24ffc152ecf53f0bc4bf59da6966 0.00 MB 1 0
5,018 5,018 00000000f84617ccb4e4f069cbcf641f4fbef59b43583bd0021fc85845f7d74e 0.00 MB 1 0
5,017 5,017 00000000906ec21d7b5c22f724f955212463b7275ed4f209ca44a6c235854202 0.00 MB 1 0
5,016 5,016 00000000dcef08d7694a92a9cbb2b90a4e66dc9299df51d7296aed972af369c3 0.00 MB 1 0
5,015 5,015 00000000332f23add6bf08f8d6aa46acbdfd3fd238bafa3640084eb20511bcfe 0.00 MB 1 0
5,014 5,014 00000000299ded291db48445b2642a0ffd02ac51aee52e494e024fd3dcae9bdc 0.00 MB 1 0
5,013 5,013 0000000082b427d4f4c3dec9e1df1b9f32b426fa8b12e85384921aa3f59306c3 0.00 MB 1 0
5,012 5,012 00000000cc686b75642b77dc7239109ffab8d22f697f6b4425ab4edc8e0c2250 0.00 MB 1 0
5,011 5,011 00000000c535e0f28e371322849ab28abb37ddd9dbe3c2e100302375ecf63fbb 0.00 MB 1 0
5,010 5,010 00000000708927f1d6d2b36335dc00fd53de68fa1f78972a34ed830ba1e42c90 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.