Memory Pool Memory Pool Refreshing

4,776 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,389 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (99,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,785 808,785 00000000000000000001fd4dc46308e0290bf0b72b6a58afd655abbc7e482e21 1.54 MB 3,134 39
808,784 808,784 0000000000000000000250f7502dcedf50b29881008729a1582543b84aa3dbbd 1.37 MB 2,194 45
808,783 808,783 000000000000000000047183c4c2f71df6b8713a2a3862a5eb8f072ff9c52ae0 1.91 MB 5,585 24
808,782 808,782 000000000000000000017a6034140712172d1ef6a65f35daeb18f6c8a5eb5038 1.86 MB 4,349 23
808,781 808,781 00000000000000000003536e6db74585e37483ee0a3b914e69e985692f9e6156 1.70 MB 4,254 23
808,780 808,780 000000000000000000027660f9c75f4a7794259bb2d06bee2dd0962ff18cab7d 1.72 MB 4,022 31
808,779 808,779 00000000000000000000a53d705ffbeb7e5c6a4d84f1857e094202a42c38f384 1.66 MB 2,934 26
808,778 808,778 00000000000000000000ff8be8ce4df079844d16e06414b8a2410dc48338db53 1.61 MB 2,932 42
808,777 808,777 00000000000000000001d37b8a7bc6794f78312b0a3050160ffacba4c7fb0f8a 1.37 MB 2,073 30
808,776 808,776 000000000000000000011e211fdfbe9758fdc20ecd0159cf173f7e9d2197bb55 1.61 MB 3,140 39
808,775 808,775 00000000000000000002072d08022118f23f2454a50ce601070ca598f3a9017e 1.47 MB 3,369 50
808,774 808,774 00000000000000000001bb75601d3b4193d42df323f707c060ecfbfe776e2d89 1.69 MB 3,819 31
808,773 808,773 00000000000000000000ebe77a48b69f856fc07b019c91411807d8e2289a7549 1.74 MB 3,666 24
808,772 808,772 00000000000000000000686fa15c3c6469b3f9e72e93329387ef784fc5518545 1.91 MB 5,229 23
808,771 808,771 00000000000000000003a02a484921b51377dd9fd30dccb1873cf5c5543584c2 1.73 MB 4,707 28
808,770 808,770 000000000000000000039734ce640a0ab28cc4fed13552bf123e9df207cfa9ca 1.54 MB 1,917 24
808,769 808,769 00000000000000000000eed91fc61d662c191b955b33dd82bb5034c491f0b28c 1.93 MB 3,608 23
808,768 808,768 0000000000000000000361c28cf4618424a2b37240a86ec9b3f56df9f623ffd8 1.86 MB 4,439 27
808,767 808,767 00000000000000000002b5b89eb1e944156bf119a2b58e170aad2f1868ab5a56 1.77 MB 4,039 26
808,766 808,766 000000000000000000027aad8f949e33dcdc90e44f7133f95ce904d73838f673 2.04 MB 5,520 23
808,765 808,765 0000000000000000000143e91148c0aff1bcf1a482dd4cb80c9aba3f1995e3e0 1.85 MB 5,067 26
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.