Memory Pool Memory Pool Refreshing

5,954 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (21,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,361 886,361 00000000000000000001746c613827b69125c13185d1d1230c02b820c4507c77 1.59 MB 3,166 4
886,360 886,360 00000000000000000001d2ee5a455e5dfd3da65817c4d52884a756d4a8861184 1.96 MB 1,651 2
886,359 886,359 000000000000000000008983887e04292b1167e081dc55fa59d8210502b06734 1.63 MB 2,890 4
886,358 886,358 00000000000000000000223d26b230591ec9329ced8f276faf1d33d15fe04fe6 1.60 MB 3,252 5
886,357 886,357 00000000000000000001189d1d22c63c74bfb0484c46a359d17e176f6d7f116e 1.93 MB 742 1
886,356 886,356 00000000000000000000cbc9bebd4829fac508ac9078738e2d979d7206659c98 2.26 MB 621 1
886,355 886,355 00000000000000000000172035a0efe24fe0b7370d890805ed227a1f88e5ba32 1.62 MB 3,146 3
886,354 886,354 0000000000000000000239b65e65efb2bfb616d805c4a6c606f5cd4dac45fd4d 1.76 MB 2,390 3
886,353 886,353 00000000000000000001fb483128b912a5bc5b176a069cc2b53bf0b0d46f252c 1.88 MB 1,601 2
886,352 886,352 00000000000000000000318d5b5d6bfadd6f117f09f436f0453ca0349cd4713a 1.52 MB 2,686 4
886,351 886,351 00000000000000000001de5a73b10170630ee1a2729cd29d0192367f37c82b8a 1.51 MB 2,964 7
886,350 886,350 000000000000000000008c1554f292c2934cd110ce982d2a77fa66b36603a667 1.70 MB 2,529 3
886,349 886,349 000000000000000000016648ece604b911da90938db5f6978d0c0187eb34df70 2.06 MB 476 1
886,348 886,348 00000000000000000001fa8d9ee4578955d482eb9adcc342413319ddce1ed39c 1.99 MB 1,098 2
886,347 886,347 000000000000000000000c7afa1e3748aaa7760b5ee07a9e11999e4858e6ef8e 2.13 MB 444 1
886,346 886,346 000000000000000000023fe9fb4d6ec84ee4da8823142531b60c291399289f96 1.73 MB 2,555 3
886,345 886,345 00000000000000000000c2cda7a4526a5f3be4f72eeab775a799b87304424a01 2.16 MB 243 1
886,344 886,344 00000000000000000001257662356002bc90c9cae9634924feaf0f04db2eac4a 1.81 MB 2,204 2
886,343 886,343 00000000000000000000d679b7b25c9d116f8f62dca65db24498b41de55d748d 1.85 MB 2,041 2
886,342 886,342 0000000000000000000036d64f08baa1da0dd1bd7a1c94650cf29ae2f8a2b6cf 1.49 MB 3,048 3
886,341 886,341 0000000000000000000007fa36da6d7579903097cdc9df46c05f2b794e3c7e93 1.74 MB 3,084 3
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.79 GB sent, 93.57 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.