Memory Pool Memory Pool Refreshing

7,771 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,730 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (696,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,203 211,203 00000000000002453ca221807941e44343fbba729caf8b43f8303f0ad6db6097 0.30 MB 553 262
211,202 211,202 00000000000003cd6f9db462781341f221a94cb223926d098959ba2bd5c57605 0.21 MB 412 157
211,201 211,201 00000000000003d56833b4af2f0e89e05adda37512f6f221d12d1ae5b0c71978 0.25 MB 679 222
211,200 211,200 0000000000000172a91a156957f9cf5375e0bb553dd34d83edab7f68a0d269b7 0.19 MB 420 164
211,199 211,199 000000000000013c820f647fb6dc6caf2bc5aec99bf2262ec527ae39a221e4bc 0.06 MB 195 73
211,198 211,198 000000000000026beb755080d51fc3bc075cd2d7bf9a96da95dfe8f3877736f4 0.15 MB 334 265
211,197 211,197 0000000000000012effaff514df6a9e548537854e355e0dffd81e72bd473c97d 0.18 MB 409 188
211,196 211,196 0000000000000356687bdb031c78e1661870d0b39e151349e2ec551efb786e96 0.00 MB 11 36
211,195 211,195 000000000000043cb90c9d8265ecbfdcbd09785530ff7ec405f38d39392ece5e 0.06 MB 131 157
211,194 211,194 0000000000000044a2bd9ce19e91277c7c219043997a78d7c2358dc36caa1b1a 0.02 MB 73 76
211,193 211,193 000000000000025b125cbea931f7db67b789cc3082be45d8e15cf9639951dbcd 0.09 MB 214 170
211,192 211,192 0000000000000463da118f3d8946b2f132369f3f2671f1ba67e764872ecbf6f5 0.06 MB 143 202
211,191 211,191 00000000000003aa8993241ee55edc7a672c0757a0bd0ecf7c946ae11ac2e081 0.12 MB 265 301
211,190 211,190 000000000000041ca893f97a00b736b16ccc402315ebf656ad8b34fbd51b4c87 0.29 MB 370 57
211,189 211,189 000000000000033725a2ced90f9c3a173e9990f0fb3017f572a4035cedc1374f 0.11 MB 197 121
211,188 211,188 00000000000002909e6f0a74b10ec257118858a85bdc3ac75afda515b7a92af0 0.17 MB 466 189
211,187 211,187 00000000000000e09b60cf59246a697d7e7f449d1f8b6528faad28bb2ad23fd3 0.25 MB 429 142
211,186 211,186 000000000000017192cafe69c8a15c664fbc104cc1131aa43419542f6f4490fc 0.25 MB 684 230
211,185 211,185 00000000000004d524a79a48521fc677f584aa4c1cec0ecf4b2320e56d10bb95 0.00 MB 11 168
211,184 211,184 000000000000038fd1525688e1cea6b8b37f77f6955d3f7d5f28e47f96a3b625 0.05 MB 152 77
211,183 211,183 000000000000044f995c536b899056947f99962410f7eebf68a5cb9428fbb0c8 0.46 MB 1,035 146
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.