Memory Pool Memory Pool Refreshing

17,826 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (599,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,796 307,796 00000000000000002a493181d297ef636afebfa11f9849079e4114745eac6cef 0.21 MB 398 29
307,795 307,795 00000000000000004d9d0e4265fde43d0963ec6872185703bce3aa7834354beb 0.23 MB 454 36
307,794 307,794 00000000000000001c9ae7f614afce81a9418f2bc38fcd47035de048e1d69270 0.05 MB 89 23
307,793 307,793 000000000000000001d229158188401f94ce479caab47a4c6b6801695a29c55f 0.14 MB 206 34
307,792 307,792 00000000000000002c3042bfc068106666dfe209659ff78473b131746b4c617e 0.75 MB 1,469 35
307,791 307,791 00000000000000002f63b6b5588cce7e96bcbc2b5c5407de3afe5093bf2bf531 0.03 MB 76 28
307,790 307,790 00000000000000003e263152ac6104a18b5735e0fbc1484986ee743a86295512 0.21 MB 364 28
307,789 307,789 000000000000000000c3017e797acc5f7db59b772882235e92a26dc0221a4c29 0.13 MB 180 22
307,788 307,788 00000000000000003d25267e233a788aede64d9f80083b77ee82360a9f6f9117 0.14 MB 256 27
307,787 307,787 00000000000000000a6ee6334a0d2c91d95705556331307a5c4f3a73bf8a42c5 0.31 MB 408 24
307,786 307,786 00000000000000002d6bf53ee25c2e0b09c13ccaa47da838eae7d1df87116fc5 0.09 MB 163 28
307,785 307,785 00000000000000002bc651badc2b52a1b4917a2e9ae22e7250d4fe0d5bddac0a 0.15 MB 199 23
307,784 307,784 000000000000000010807504eeefed70819f9cc4758770b264d46d65c9185639 0.25 MB 508 30
307,783 307,783 000000000000000036a1cdc41abdfbc5de8d9f10b51c59ad8034569c0e3602ca 0.02 MB 32 28
307,782 307,782 00000000000000001a8b9f1ced2e08300a5f4dbc85c786ba17c290a042b6d8c4 0.35 MB 608 22
307,781 307,781 000000000000000020d117c2608d044280a90e3c37fde355cbbd67571e272aac 0.56 MB 961 32
307,780 307,780 00000000000000003ebe0c41d8ed7b9bf76d61d0a8d89d90d58e81b26fa0dc74 0.14 MB 251 42
307,779 307,779 00000000000000000d567be031bb3242af57457daaffb2bb80e76eb7a7fdecc3 0.21 MB 440 31
307,778 307,778 000000000000000035a272e2a4f74e2d149f58b854f363e8ffb05b19fc890d6d 0.30 MB 493 28
307,777 307,777 0000000000000000283c5b024a0e173faaf85200090723efb3fa0a8691ce181f 0.20 MB 254 21
307,776 307,776 000000000000000032a1f7fefc5b5b4cb3a4ea0fc19c5f86de8ea28011eac049 0.04 MB 85 15
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.