Memory Pool Memory Pool Refreshing

911 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (668,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,125 239,125 000000000000001d4de3c82f5f5f27179e65592cb4b6733e6e04b12b81c00f2f 0.17 MB 327 191
239,124 239,124 00000000000000d5d24b98ab284792f9a76e44999e450b9b6645843b0e0bc489 0.04 MB 66 140
239,123 239,123 00000000000000dc8daad9b6ae1b8bdc84c2fd2095a775e37a3f42e223eec1ef 0.08 MB 152 165
239,122 239,122 00000000000000ddb6b6b190d2fd55ac71998abe38edf411633b18a5a9294a91 0.12 MB 214 135
239,121 239,121 00000000000001363f106223ccb62df8d2bb9477784650c060cdbc901c99bd0b 0.14 MB 244 133
239,120 239,120 00000000000000091f76d3d739cfd29ded94f3be055d89881a782afca1f74040 0.08 MB 190 13
239,119 239,119 00000000000000363fa9c4765b511500c3f529773dcab34b3ac3d6c9a110fe59 0.25 MB 622 231
239,118 239,118 00000000000000ce3427502ee6a254fed27e1cd21a656a335cd2ada79b7b5293 0.12 MB 239 171
239,117 239,117 00000000000000563c0541286cbdad43b7d28b2bd88f3959182c10f18c995180 0.25 MB 685 259
239,116 239,116 0000000000000158477afe29ffab5b9a3343dd2578ebc847e3c92f8a1e4b7c97 0.53 MB 512 21
239,115 239,115 00000000000000ee0f604ffc36e107f62042f46619c61f93a349c3b50f6f5dad 0.06 MB 128 98
239,114 239,114 00000000000000fd6e855b6feb04383095f4e218ad29a10d5361131be8185121 0.17 MB 291 155
239,113 239,113 000000000000011928d1c5e76b0b21c38310e5ee5fa5d99603adabbfb6b89cde 0.00 MB 3 0
239,112 239,112 00000000000000b4c1384fec11acb400019d7ecbcdf54ce09a3f92bd580d2bc4 0.11 MB 120 93
239,111 239,111 00000000000000937dbf783607ec80f8c6fa08606e563bbf63085c916426a219 0.05 MB 59 83
239,110 239,110 000000000000014ae11bc0791672cd3fae508a3467d65215a904d0099e851a9f 0.16 MB 328 228
239,109 239,109 0000000000000034546bcdc50416c7b541c486b58924d3add76b426fcf147a32 0.24 MB 481 186
239,108 239,108 00000000000000218be6bc8ba9f97fb17a189a420d830ad66fbbba1dff50c26f 0.20 MB 444 213
239,107 239,107 000000000000010ad30ec30aa6f8517e8df1342d380811ce08c27112179783bb 0.07 MB 148 206
239,106 239,106 00000000000000b41b882a1975c7a13d5ba0df945269eaa4026c50afade83aff 0.13 MB 255 160
239,105 239,105 0000000000000151e7fbc17af2d00bb69589fb6f85421b38dd7d25512de6bf74 0.25 MB 414 144
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.