Memory Pool Memory Pool Refreshing

17,557 transactions
5.65 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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (772,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,199 135,199 00000000000004fbe5ddb533753a4fdfc03c2075fe0b150b9db3f0c48b6bc842 0.03 MB 76 363
135,198 135,198 000000000000025ce0969c62d41f9a30bf98b133a872831c4f71f4cba3f7912f 0.10 MB 325 169
135,197 135,197 000000000000033852effc0978833782be2b6da449ef2c0e46585f867a826fb4 0.07 MB 120 386
135,196 135,196 000000000000081cb734a5a6c8d8dab321c9230e65fa213691e513806aaecd1d 0.02 MB 44 841
135,195 135,195 00000000000007aaf4475b400ee1017f8a0c73277a1adda38ff2d70fdd5e77ae 0.01 MB 24 286
135,194 135,194 0000000000000785dbd44fed239d0392945add8481a238d2ec241a2d2ec9c420 0.06 MB 189 288
135,193 135,193 00000000000003e3f0bec7c5bad6fe5a7a07e427f15e280f9b7299590de9b1b4 0.02 MB 49 629
135,192 135,192 000000000000048b4f45d0f1b91c6c360f8056ccc38c1c795f59af409f427b5b 0.04 MB 72 299
135,191 135,191 00000000000009cafbe96791f78462c7b65f0bf426de422cd5b267486b376f17 0.05 MB 149 219
135,190 135,190 00000000000005043aa0d4b9b379e132bcd330c62a56ff9a16e5685aec6a7eb3 0.10 MB 252 178
135,189 135,189 0000000000000385d4c95623d27ecde8041c477bebef94c590405106e27b44f9 0.03 MB 55 399
135,188 135,188 00000000000004bb26ac38a7792f5f9f7db9eed096909faeda29d82c4e364564 0.03 MB 68 482
135,187 135,187 00000000000007fb9c5a7fae24764502a06a06187e85c42e2300d1081eb66875 0.01 MB 22 13
135,186 135,186 0000000000000142645af884ea410ecd1e782e687cbf3262c4213854f6e675da 0.03 MB 61 267
135,185 135,185 0000000000000a6772c7bab2614964a434755b5cab39e8a6eca19675f50230ad 0.04 MB 66 119
135,184 135,184 000000000000087b7c397b45336d89002d48b3eb094a6dd0ebd696066eeff18e 0.16 MB 244 196
135,183 135,183 000000000000039d099e98e0ce3c0ee946193db683278137f2f8ab967133c4aa 0.03 MB 64 808
135,182 135,182 0000000000000865502bc127a7e751b80bdc32568e2ccd0a179f9be1e87ebcee 0.03 MB 82 915
135,181 135,181 000000000000083fe674ceef0c747413cf30829e85916c85f54243b9729227fc 0.01 MB 33 1,151
135,180 135,180 00000000000000fbc10b03dbd07c84801ebb94e9bd672981e1e2d317af903db5 0.03 MB 116 2,604
135,179 135,179 00000000000002e48b9adb802b3c80f39472b946a053e12e8a6ea35640b7180c 0.01 MB 20 1,217
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,624.21 GB sent, 92.99 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.