Memory Pool Memory Pool Refreshing

2,561 transactions
1.09 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
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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,155 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (638,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,122 269,122 000000000000000063a6867dc4dcc2336f0b66e7f7b1227fa534e24021739e07 0.25 MB 510 71
269,121 269,121 0000000000000005e539c5e3174b1e4fd608093eca35a157667f67d99427be12 0.20 MB 449 69
269,120 269,120 0000000000000004b1e8f3e899c71e95132ee34863cd3a1f20f9fc1455503b5d 0.08 MB 199 63
269,119 269,119 000000000000000319e4930265fe420761180d999625c12bd40176117af43a86 0.08 MB 185 74
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.