Memory Pool Memory Pool Refreshing

3,996 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (112,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,381 795,381 000000000000000000030776072e628241adc5fb152a4512cb055934718d4206 1.74 MB 4,052 30
795,380 795,380 00000000000000000000ede26b2862379d451d948b121f23dd53eaeb4abbf95b 1.65 MB 3,363 36
795,379 795,379 0000000000000000000309004050601c53b51ca9c5e762357cd5bdc6ccaa3107 1.58 MB 2,974 38
795,378 795,378 0000000000000000000118bcfd85cd1e12e5c106c0b2c334ba1688c17c9f78b6 1.48 MB 2,590 53
795,377 795,377 00000000000000000001e3f1c21d5220905816d69c99f8bf8aa5073f314ae5b7 1.80 MB 2,364 50
795,376 795,376 000000000000000000004f9888e7db8fdc818fafedcd31f7eebb5f3a2fabbd1d 1.54 MB 2,458 34
795,375 795,375 0000000000000000000459478405c52f1cdbd6c7178d202dc088344730567e20 1.53 MB 3,162 54
795,374 795,374 00000000000000000000bcc302fcf263911394e4567b298b5544062c5e0f2f66 1.67 MB 2,649 38
795,373 795,373 000000000000000000015cdae58987b06a409636133995bcc53978aab3c57a1c 1.59 MB 2,588 39
795,372 795,372 00000000000000000002ebd41f444ede5a2182bbec4ffffca53c625e571353ac 1.27 MB 1,910 42
795,371 795,371 00000000000000000000bbffa3532eeb31687b49c8cda89d39f7a6d9625708ef 1.52 MB 3,126 60
795,370 795,370 00000000000000000001d36c239261f3f389a1b4776445c6aca35cd014bba02e 1.55 MB 2,238 32
795,369 795,369 0000000000000000000445dac7bf8169412df1cf5aa594db654f53b4b3396f15 1.51 MB 3,398 52
795,368 795,368 000000000000000000035df5b78e87734d9c545f2e9945203da85da8cdd243f3 1.66 MB 3,474 44
795,367 795,367 000000000000000000039b44497be335dff487b8938daad99508ef0437028aca 1.64 MB 3,179 35
795,366 795,366 00000000000000000001624aa545ed70cf2cf462edc1b8ca55ff430bc267c5f2 1.45 MB 2,730 51
795,365 795,365 0000000000000000000539048f4465e41b1f4cfdd78aeb52d7c8e158e649bfa9 1.32 MB 2,452 46
795,364 795,364 000000000000000000049f5910f9ccd395717bfb85c52c223d69389adfaa088a 1.55 MB 3,365 51
795,363 795,363 00000000000000000003b60f879afc0eb9bbfa05eda3cc9adbc6924ad05f849e 1.40 MB 2,751 73
795,362 795,362 000000000000000000022ed10013f155617aa4b527cc72fda12c999f5af4a163 1.64 MB 3,307 46
795,361 795,361 00000000000000000001293dca66b3342602da41d1e52b21e3b3cd4983bafdd6 1.68 MB 3,285 44
Previous 10 blocks ↓
Total Size: 769.06 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,627.79 GB sent, 93.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.