Memory Pool Memory Pool Refreshing

5,630 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,477 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (680,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,731 227,731 000000000000006b2e0c97b04df97bbc6d2ab991e75692928f67025e85ad6d09 0.15 MB 278 174
227,730 227,730 000000000000015ccb1dd040e0face818bd641f42fd918350f48eebf41502636 0.15 MB 82 63
227,729 227,729 00000000000001947cc8c863881d84b64465578d7b3daf1abf0ece692b585b9a 0.47 MB 1,105 155
227,728 227,728 0000000000000304133d4293c17fb9f058fd3789e6be07b7b5732a055b5df5b0 0.05 MB 133 271
227,727 227,727 000000000000015c075e0c9e9e5127426ed03dbacaf0c8234c6635422d32effe 0.18 MB 308 116
227,726 227,726 000000000000016e6a11e009478cda32715cf725f6dc60f1713ab355ae7f0a11 0.25 MB 655 169
227,725 227,725 000000000000036b0704054b8a7e4ed8453119b9a3942fb0664e1afeeb011783 0.11 MB 207 156
227,724 227,724 00000000000001aa54f2e517e46e4fb9918b044a0c90a28fc93a06a661bd8099 0.18 MB 413 195
227,723 227,723 00000000000000015ea18b240ecfc9dc15a5889c333910cf12de3e4e2bfb7900 0.06 MB 141 211
227,722 227,722 00000000000002180fdcdd83d216e24f08ea24d0075e9b447361b84a41f143aa 0.10 MB 206 147
227,721 227,721 000000000000028b4279fe5c60f87fd89a48795b96dc459c01b47e70df27b5b0 0.15 MB 356 165
227,720 227,720 000000000000005726063c7c9e341bf79bfdf50c9b845154d494f78b7041c22d 0.00 MB 7 405
227,719 227,719 00000000000002b8bc066f180e783f1db8e89166d7122997fcff0d2723b357dd 0.08 MB 180 176
227,718 227,718 000000000000021f805c1d082fa269ae64fd3079667737934267ae6997134935 0.21 MB 409 147
227,717 227,717 00000000000000e641b91d87dd9ed7fa7f6e2ac6f934d148ae26facc5814a7e8 0.08 MB 151 171
227,716 227,716 000000000000017c633a27d95f86730f6a7bcb6ad2ed48b2ab57844107cc79a2 0.04 MB 85 177
227,715 227,715 000000000000023469a66b6294a5ee459c24b2e76521e5c54d4c863dacd72990 0.14 MB 248 174
227,714 227,714 000000000000016f5a1a4b99f62a0b7d8b93d712764f95bf6e30a4ed2c10cc07 0.24 MB 553 185
227,713 227,713 000000000000031b86bf15cdb4b5d97a349777120b228a510dca48fcdbd2da92 0.05 MB 108 99
227,712 227,712 000000000000012646bfee601859814c961a4e61733eafbc5eb8404ea9745c5c 0.16 MB 303 128
227,711 227,711 000000000000028fb4577c222dafc480bd18e6919d278b2239f3794510272131 0.03 MB 84 10
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.