Memory Pool Memory Pool Refreshing

17,514 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,367 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (685,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,224 222,224 00000000000000ae408a0d645b4a2dafdb886e46add4963ac0b4b10cb4c95d26 0.05 MB 108 92
222,223 222,223 000000000000011dd201c22edad20e9945440fce0b5d991a3afcc16ab789ecf5 0.31 MB 472 138
222,222 222,222 00000000000000b8b49d0b61b14994b5c0a511c4b48a1e251ff2b479b2e6f678 0.25 MB 749 234
222,221 222,221 0000000000000204a589aaf417781a2a1d70282681f279ff2fcf521ced466f42 0.05 MB 128 210
222,220 222,220 0000000000000055809fe4557a92a38250b7bdd376a367dcf77980ee222b5e63 0.05 MB 139 34
222,219 222,219 0000000000000313c54ad6e5e8414b9a6803fae3c8ea7d550faad98dec5f2125 0.25 MB 369 134
222,218 222,218 00000000000000dc9b7462d6d239fb3785208f12e3222fd8c213617123700b6b 0.25 MB 575 213
222,217 222,217 00000000000003c755665fdab525786f15cf016beaa66ffb11d30377cf8cf4dd 0.25 MB 453 188
222,216 222,216 00000000000001b7ab4f0c3e1eb4c1822178690a0fc89acb9d55761eca85cbc2 0.25 MB 646 220
222,215 222,215 00000000000000879de2d5a445bc7a46af6c63cfd7f335b51f15940d7f58f29d 0.00 MB 9 46
222,214 222,214 000000000000038100e625527225f45f5565fbe2229bce8980cf6e1c06ae5e15 0.22 MB 332 120
222,213 222,213 000000000000046e84588badee3775f77ff370e1e25c7abf7fe8f07cd8ccc796 0.25 MB 397 140
222,212 222,212 0000000000000238eb7d174cff81ecb7643d2ae8bd8df85fa9a6021cddd73dcb 0.25 MB 681 225
222,211 222,211 000000000000011d874de5855d347be42e92d2c499df6c182ca6310329fbf3df 0.33 MB 707 190
222,210 222,210 00000000000001406c1083bfce508b6dfd6b8f3a20575e1a8bc58ec8d6aa47b6 0.28 MB 470 63
222,209 222,209 00000000000000e1e5a07f0a3f0cfb74748aa25fe6560a0f240df0b02c2dc3e6 0.25 MB 707 242
222,208 222,208 000000000000009001548db0481ad675dbddb64bb1963688bdaf844b4d98ec8b 0.08 MB 256 237
222,207 222,207 00000000000002e2d472537765db790cdde53052f3197995fa644c80e8dc06c9 0.13 MB 295 196
222,206 222,206 00000000000003fbf3495d0a47245b7d73ad8e74c9ddb9633f16d436f6144d6b 0.12 MB 233 143
222,205 222,205 0000000000000344a2a6835a17b8a3813eadc9953949aff7d4ac6759a5756119 0.13 MB 172 96
222,204 222,204 00000000000001758c3c22b5af434e76897561c051b969a16c0ee23fd291bdf0 0.22 MB 364 136
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.