Memory Pool Memory Pool Refreshing

6,621 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,233 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (653,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,169 254,169 000000000000000734f6f799b22547b39ce5aaa9ee84c766082cab0720f7067e 0.21 MB 213 3,241
254,168 254,168 000000000000003e351eb691866c65e215c51fbe80ca1790e31b536b7bfac1db 0.25 MB 554 130
254,167 254,167 000000000000000ad7ad602fd78be4a4d219cf2b3f57063dadca4723c422927e 0.25 MB 461 111
254,166 254,166 0000000000000016531149680a1b139a09279e6fbcbae8f7c19919cb37b1cd07 0.07 MB 91 68
254,165 254,165 000000000000002670641e313b12ea15af976eda4350effac2ea5b0398ecd669 0.08 MB 154 75
254,164 254,164 0000000000000010cd73d17c2f2d8dddaa25f250afaa06a7093ec7e2750ef2fb 0.41 MB 651 83
254,163 254,163 000000000000001962edf51914b5329c16e5abc15f4c349c6ac5faeb8387c0c1 0.25 MB 578 157
254,162 254,162 0000000000000021c8990821d97015c3bd41c1902d5dea4a32a5d02bcace99cc 0.11 MB 196 42
254,161 254,161 00000000000000328a4b9d45a22274e3fd35933501ee51384abefd70e8056e90 0.25 MB 722 190
254,160 254,160 0000000000000025bb7118e67d55a599975dda379a615b0be69a5c2823eda262 0.18 MB 408 149
254,159 254,159 000000000000001b43e9efdda0fa86350709f9196a8550b881ac91a1d9e7c14f 0.01 MB 13 100
254,158 254,158 0000000000000011fd720f18902970ac34fd5e7901a005047960deae1b8ce279 0.01 MB 24 22
254,157 254,157 00000000000000077f1ad4c07bf0addc09763791af42354211006a3467b85244 0.22 MB 597 152
254,156 254,156 0000000000000031068fda92c8a0ad2c259b6c26d7ce315f86b6ff5f09f8ce64 0.15 MB 341 89
254,155 254,155 00000000000000189ea8b137da4e8d9dd870049a44f4aba009073268c8b710f3 0.02 MB 53 112
254,154 254,154 0000000000000028dcc7bedd4e8e5b053b546afa242e13ef7544d6db81015029 0.06 MB 222 163
254,153 254,153 0000000000000040962850c9f570c852ff29968f9a5646bb802e529bb1f76771 0.10 MB 247 107
254,152 254,152 0000000000000033d52f0ce7eb2807238499462fb6c3394742b2eae1520961a8 0.00 MB 6 99
254,151 254,151 000000000000001d1ea219d7e96f5191032c3a22c7ad1f1fbf9c180dd1e26ce4 0.16 MB 516 135
254,150 254,150 000000000000001426f3f9062720b2edc44323ee756783bf76d5649ec1731da1 0.24 MB 512 41
254,149 254,149 00000000000000073c129db63648ca6215d674c7bb795d1a0aac7f29520be01e 0.19 MB 512 130
Previous 10 blocks ↓
Total Size: 769.03 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,625.91 GB sent, 93.05 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.