Memory Pool Memory Pool Refreshing

6,290 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,669 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,668 (77,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,033 830,033 000000000000000000036e045a30b469fa2092c7583e23c3e45540b213c5df93 1.74 MB 2,519 18
830,032 830,032 00000000000000000002d5798fc5a279f5501baa837ce949bfe8a35c147220cd 1.72 MB 2,043 18
830,031 830,031 00000000000000000001ced6582b10433ea3432d372310d82c95fcd45cd2ac55 1.87 MB 630 14
830,030 830,030 000000000000000000003d4308f4a8900981137fbaef09d64ba62a603c342c04 2.38 MB 1,054 13
830,029 830,029 000000000000000000014cfb3ee14805016bfa599ba4cff4669009e0e0976a53 1.46 MB 1,850 19
830,028 830,028 00000000000000000000e0f1edc6fd70826f157ebc0b3c7c6c70398c5daefadf 1.45 MB 2,224 22
830,027 830,027 00000000000000000003681b75ee5f8b981be5a670fbdabadb958db34144c75e 2.00 MB 811 13
830,026 830,026 000000000000000000017b85e4fc51f3fdc0b4c9c8e6ed2c06e5fe14e8980c02 3.25 MB 442 11
830,025 830,025 00000000000000000000edd610b08cda86b42564901c14f5ef6dd5f90a6ed88c 2.50 MB 2,459 14
830,024 830,024 000000000000000000025e41f738d3e541cb54cd3e09eb6a057f686376a1a0eb 2.08 MB 1,665 13
830,023 830,023 00000000000000000000b7cd69cc710adc391d361ebe61a1928cce8d6596f7e2 1.95 MB 1,288 16
830,022 830,022 00000000000000000003400f175336f4f302a7572172b9b57ceda79d2338edc3 1.98 MB 2,398 26
830,021 830,021 000000000000000000010266e75ea6402e8e08fbb657a29dcdbe7095183e6b12 1.86 MB 1,246 15
830,020 830,020 0000000000000000000234754caa2cc6e057af1e61e861b4950e030978de2c78 1.62 MB 943 19
830,019 830,019 00000000000000000002ce7de31f5cd7c0802409dc803c4b657d6998ddb5149b 1.96 MB 1,300 18
830,018 830,018 000000000000000000035f0744ef4c236dcdaef595d4878a01c188b04f466d86 1.91 MB 1,495 20
830,017 830,017 00000000000000000002fa90ec0cc491a2f95927176a7cf197801ed22e446a88 1.89 MB 343 15
830,016 830,016 000000000000000000002c179f035b11a5e5afb3ff2a449e13f5485a0ffcfc77 1.81 MB 1,872 21
830,015 830,015 00000000000000000003744fb7f5fdfaaeda52cbff0171caabbdb1e53a8f88de 1.70 MB 2,370 23
830,014 830,014 00000000000000000002fadbaa7c091bd732e7204147c8dd918ae934de7af4c1 1.74 MB 2,150 23
830,013 830,013 00000000000000000001a01e5c9ae8834081382830f41c8eac6273d481885c2b 1.45 MB 596 15
Previous 10 blocks ↓
Total Size: 768.92 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,603.90 GB sent, 92.41 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.