Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (11,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,355 896,355 00000000000000000000e83325e853ee6c130ecd04483242ea4699fe12ebf6fa 1.70 MB 2,424 2
896,354 896,354 000000000000000000024ea42e9a2867b304e60979a9405fa3582969d4e63f41 1.64 MB 3,259 3
896,353 896,353 00000000000000000002139c02039d4336a5f4f169576e4a695ce75b5a2536f8 1.74 MB 1,935 3
896,352 896,352 000000000000000000020505fe1b642ba49b8d02bcd52efd7490f2e5431595d7 1.48 MB 2,531 3
896,351 896,351 00000000000000000001b50ef402170ce94f33a2d93749d23084d1bac3ecc69a 0.62 MB 1,006 2
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
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.