Memory Pool Memory Pool Refreshing

2,826 transactions
1.20 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,103 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (708,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,159 199,159 00000000000004978e1ca445d27d2727408997dc67a39c76b4da05e234ebbb37 0.05 MB 168 154
199,158 199,158 000000000000021cdaf5475ec6664ef3f8348be98c9b5ff06daf2a35489bddfa 0.01 MB 31 187
199,157 199,157 00000000000003d75729489c2e559a72f2c47668387331b0e9858cb3f3581f51 0.09 MB 168 48
199,156 199,156 000000000000015c5ccc28c94f5546519482c0590525d6ee6e43bb57c26050ff 0.12 MB 255 126
199,155 199,155 000000000000002392ff271a08680e8111ae0366da01218a3bb9dd46321dde81 0.07 MB 259 71
199,154 199,154 00000000000003f13be711360c057aeaebffdf27cebacecc246d97576ce4db9b 0.10 MB 232 100
199,153 199,153 00000000000004b2001e7332f61d35c0594a7c5514bfb3d5893f91d262f6273b 0.21 MB 512 153
199,152 199,152 00000000000004edb3b1e39ca5d62e9479ab5b8d3a964c929574011117d8b5cd 0.05 MB 74 60
199,151 199,151 00000000000004d8c5555dcda41b6cc303278c84710fbf2491518f6460517477 0.10 MB 174 105
199,150 199,150 00000000000001149d28c9cc5c1827dc532e0b70827f2affeb71492990194114 0.04 MB 149 33
199,149 199,149 00000000000004143fbf224ccdd9d54c16d4af932df2e0227d5a977c0205ef8e 0.21 MB 399 113
199,148 199,148 00000000000005c7f7bd700b7d5497a6e63f73aa4462a1ee7d14f634972e03f8 0.05 MB 134 132
199,147 199,147 000000000000057b1a1726a35b67feb34419e172838c813120a0488aea35d0fb 0.05 MB 152 138
199,146 199,146 000000000000008e96cefcfe1dff40bd97ac648569cb7c2ddbd8096d4232479a 0.05 MB 124 148
199,145 199,145 00000000000003a673a1735a296973c028b42ff350d49da7690a7a907309b3b0 0.05 MB 116 146
199,144 199,144 00000000000005cca481588cdc2419bb505b35b234450afd0521c095686c293a 0.06 MB 139 119
199,143 199,143 000000000000043299621c92ed5d4c5286b0c417af1633ea11f9f9d7b196d144 0.03 MB 43 109
199,142 199,142 0000000000000123f071d135d4e2ea9c7c850c1ad0307bc4e94f39a28c698b27 0.01 MB 22 58
199,141 199,141 0000000000000325935fc3984463293e7593cc1026826fc16eeeea852076b7c6 0.05 MB 122 127
199,140 199,140 0000000000000105544a0d925a7d98b4c780c7ffdcd6c7ec557da62523814dbe 0.00 MB 11 14
199,139 199,139 000000000000036f15b4c5db5d9eb85c2638389638748526d60169cce58d17cc 0.21 MB 413 172
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.59 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.