Memory Pool Memory Pool Refreshing

8,622 transactions
6.06 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
899,939 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,955 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,938 (3,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,350 896,350 00000000000000000001f909ecf07effe2f16663201cc16c2fd4589bb353fe5a 1.47 MB 2,881 1
896,349 896,349 0000000000000000000200e0f524136049027268b72ed6ab89aab4ce62ecd18e 1.71 MB 2,478 1
896,348 896,348 00000000000000000001a0803d455b4c1cc4742271651b68740a88215b184ec3 1.63 MB 3,328 2
896,347 896,347 00000000000000000001225db9490da1c69f7e7e86268feff4820925326422b6 1.64 MB 2,398 3
896,346 896,346 00000000000000000000a5572b90e35880835e1ecd88370f11f3d65dcfa40096 1.72 MB 3,498 2
896,345 896,345 00000000000000000001b8167913a1c60a744d27dd3f837ac93b3fba841afb46 1.28 MB 1,494 2
896,344 896,344 0000000000000000000190b9fb7d401c47056f45cb0d3db88e3e75b23322a402 0.09 MB 140 1
896,343 896,343 000000000000000000017ad3ded67ff55f5dd7b63e75b0f6378372f8b9f343e8 1.05 MB 1,990 1
896,342 896,342 00000000000000000000dbf77dc750983e84de588199b7eae7eee4b06b96c863 1.68 MB 2,354 2
896,341 896,341 000000000000000000009a4e05f14b41994e133f98e05cef6b1383f29e912801 0.83 MB 2,096 2
896,340 896,340 000000000000000000025bf143107df037a518a99c92d25a61ebc5b38f93681b 1.47 MB 3,350 1
896,339 896,339 00000000000000000000b066d7e985138b38e85a5ee6e4993530cd8da0b9bb45 1.56 MB 1,977 1
896,338 896,338 000000000000000000010481d78804abc633e80776d71e3a7b26f9af316bf359 1.72 MB 1,252 1
896,337 896,337 000000000000000000018c79254db46d39003406d650367b0840caaa5a1f36e8 1.59 MB 3,884 2
896,336 896,336 000000000000000000023aa96068b5a043477abe8eb423c15bcf72481f08ea21 1.52 MB 3,999 2
896,335 896,335 000000000000000000020f4e0c2902e2735a1b8d0ba40069da5d8db84c518ec3 1.62 MB 3,198 5
896,334 896,334 00000000000000000001a80ff6a5bb87b34bebeb81b9f4c4627aec8fcd0ca09e 1.66 MB 2,672 5
896,333 896,333 00000000000000000000fdc42844bc3188f7d3cb2600ed4b7094e196c3954009 0.01 MB 20 3
896,332 896,332 000000000000000000004096dc8e2874742ae541e854861be1fe7a2a9f82a983 1.63 MB 2,744 4
896,331 896,331 000000000000000000002de182a5be2a9af039f7d37e185a5c15850cb86710e2 0.03 MB 96 7
896,330 896,330 0000000000000000000134b87af3c24f8a255a36406df23abf940d636907433f 0.13 MB 278 6
Previous 10 blocks ↓
Total Size: 755.87 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: 545.36 GB sent, 27.73 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.