Memory Pool Memory Pool Refreshing

7,605 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,613 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (706,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,286 201,286 00000000000005cbac4729863520767efc50c505fe2743d5d8abb016683388e3 0.09 MB 147 167
201,285 201,285 000000000000014125fedb75009ba81c07ac3e4c1481ffb9a4f9ee02d4178a7a 0.00 MB 11 21
201,284 201,284 000000000000002b19e8910061b7d5f329a55ae4e8da9cdf92430e40299d6c1c 0.01 MB 19 83
201,283 201,283 000000000000048dd28b2f9410fbaba2c320b2b3829361cf0df55ace2af8a6a0 0.09 MB 154 114
201,282 201,282 000000000000041295f9ff30489f39400135f6e50807c199b9421d6af3dc0f9b 0.03 MB 35 62
201,281 201,281 000000000000031394f3e3c6859f1c5a6b622a82b3e7a7bb2e452d234db027cf 0.05 MB 137 168
201,280 201,280 00000000000003accf21e892ec9ef13a982ccc683984e50725974b74e48bfe53 0.06 MB 113 268
201,279 201,279 000000000000017382ed5d1569acd4dcb1d2acb9de573ac016f4b8b855e72f67 0.06 MB 69 58
201,278 201,278 0000000000000201e6cefa500b477d2bc589761fa96f0936c436d7766ecf1986 0.05 MB 141 246
201,277 201,277 000000000000057ba2d9408edf2860b451cebeb88d83af997d65c36dc65a399b 0.09 MB 164 90
201,276 201,276 00000000000004b2a5b107c830dc24becd68b93cac6dad9d38fe940a12f5e33f 0.12 MB 222 111
201,275 201,275 00000000000003cbee538cd690a08d7d5fc336f40047bde59bac438e129ce12f 0.01 MB 32 0
201,274 201,274 000000000000054cb5bd2ed69dc7d59091d4de42468d6afbb5d2a5ee6a56cb9e 0.05 MB 111 134
201,273 201,273 00000000000005965002a306c9d3ab058b09d6d93c94d9da694d74a15a80d3dc 0.01 MB 10 24
201,272 201,272 000000000000053dfe2ea7630f6e09ff24983ba5beb18b958b61263f1e176b55 0.08 MB 190 117
201,271 201,271 000000000000023d915be4ad57461c12a54a819f2dc4ca1774216a09bdba82b8 0.03 MB 58 26
201,270 201,270 00000000000004685c2a76d8e408319cc7c4bccd638f287d22c3d50f72b28b5f 0.05 MB 69 109
201,269 201,269 000000000000041dcf6f739b10307bb9616086e38044e38738e6f2274d1e2c8e 0.14 MB 307 302
201,268 201,268 000000000000046832f583853ca1f8f8a9ee5842a23fd10cd534e65777e294e3 0.19 MB 316 71
201,267 201,267 000000000000028a826f6705c361401051a70ad02cd8b54a64afb9bc5fa7d2b3 0.00 MB 1 0
201,266 201,266 00000000000003d6081adfd5901e5f06087aad9009f47ea581a259ef831e0bf2 0.04 MB 90 61
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.