Memory Pool Memory Pool Refreshing

3,160 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (638,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,118 269,118 00000000000000050bb6e28016a6353dbe59626d6b4b3c1b13e0ebc3116cafff 0.08 MB 152 68
269,117 269,117 0000000000000000474db9b50ce3e6e33fda33b213fcdc3e6069478733bee7de 0.11 MB 248 59
269,116 269,116 0000000000000002d6fd68f3d0526f059b8feb9580225b41d183db084350dc09 0.22 MB 308 56
269,115 269,115 00000000000000079ab49530fa520014bfde5abab3c9b64d930e114f4fec74b6 0.24 MB 480 61
269,114 269,114 0000000000000005e55eb8c39b12346dde68a558745ac53996d48f2cebd3d77c 0.20 MB 405 63
269,113 269,113 0000000000000003bf321da8f04204ccc1db75bb2b2aef8dfc522515a809ac4a 0.15 MB 229 43
269,112 269,112 0000000000000004ecfa947185124482157a72a31c49ef4e8635a6ea36a00a7f 0.11 MB 244 60
269,111 269,111 0000000000000000dd1a97e37098f678c79965d47dc2e50248b9673b9bee1ec7 0.02 MB 49 65
269,110 269,110 000000000000000340c7f4bce6c79b8effd2da1661a63f276c01016b88aa66a7 0.10 MB 246 63
269,109 269,109 00000000000000012f3d096e6c961e7ffecd9e94b7d163dc57c8b1bd95f281cf 0.11 MB 264 68
269,108 269,108 0000000000000005e2238f7bde17b21401c30e76693ed75f0342a5db0abbfd5b 0.11 MB 297 43
269,107 269,107 0000000000000007df4a3fd95cc35eec4071e6a9e4dfa3dd81f0273cf3c2ffcd 0.00 MB 1 0
269,106 269,106 0000000000000004a7bd9c5fba4f36ef2da7a3fb2a89b225b7b964f4ef676fa1 0.24 MB 467 55
269,105 269,105 0000000000000007c21a11408d090ad3dc4d824e0dd349dcc14473ff1ad1bde9 0.19 MB 486 74
269,104 269,104 00000000000000021d8c9f3b41de216177a65d510febe3e627fc91801ba446fa 0.34 MB 840 86
269,103 269,103 00000000000000006d48be75980e9caba01eec8cf30fa687a62c4825117ced6a 0.10 MB 181 40
269,102 269,102 0000000000000002cc9d9d952fba43b105f7062fa348a9712130aa74a1fc1e97 0.15 MB 325 70
269,101 269,101 00000000000000003073915556565d64d14d7274c494c7f45bf4cf60da588b50 0.14 MB 326 58
269,100 269,100 00000000000000022265fd015efaac14950531ecacb8159554a0850d8cc9ca67 0.06 MB 156 87
269,099 269,099 0000000000000004967653d93b7ef2610559cb95f056bb5fb9827e72e7cf7679 0.01 MB 25 98
269,098 269,098 000000000000000861d78d4237488dea7baa64f2a309be9b77cb731082124b9a 0.39 MB 574 62
Previous 10 blocks ↓
Total Size: 769.08 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,628.19 GB sent, 93.28 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.