Memory Pool Memory Pool Refreshing

1,347 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,314 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (743,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,723 163,723 00000000000009e07d5745eafd14173253933ce3ef0c8d87491072233a5a32d7 0.02 MB 58 52
163,722 163,722 000000000000032d99cdf163d97a3e94ac9604a86c5b433dfc06af564c9c083b 0.03 MB 67 21
163,721 163,721 000000000000021b3f1ddd5d987c6775f0bfbf17df3f8130bce38c448070066b 0.06 MB 154 172
163,720 163,720 00000000000006640f319660a0583323545f607e558ff4f90f0d9465416f55c0 0.06 MB 89 2,219
163,719 163,719 0000000000000046b1eca60407ed4ae978a8212ea3512f5af7025be551674582 0.05 MB 103 109
163,718 163,718 0000000000000c2a65ed811b87d2a2edb6baaea89561df4ac2878f599600552b 0.04 MB 108 71
163,717 163,717 00000000000003f1de45e3505f2f5159c42c98f8dfbd3ce08c2f1621c8c343b2 0.05 MB 147 186
163,716 163,716 000000000000057e8b7a15d8ac4eb9c40552c20880f5533936093c8dab672b3d 0.02 MB 23 233
163,715 163,715 0000000000000c5c5f3435df2d1d3e87f020d90a4024fd29e9e6dbb892703fcf 0.04 MB 46 99
163,714 163,714 000000000000083a8d63de6a5fb42258d1a7f002fa418d468bac4f8276994c49 0.01 MB 21 70
163,713 163,713 0000000000000b2f9cd0388f6e5523535981b34afab15d3cd92e8aefb473c117 0.01 MB 27 82
163,712 163,712 000000000000070fb86230963a3348bd6122d73ed022e7fcbe6b27418ffcab0c 0.02 MB 39 302
163,711 163,711 0000000000000729602061fc6fe8e31295fffcfd1a632b29fd0b56213081b24b 0.01 MB 28 40
163,710 163,710 00000000000004082155d3472f84dff33288ff0f43aae08106e83a8827276e98 0.04 MB 106 329
163,709 163,709 0000000000000bd24d04f71edc5227467d83d48824867e3abb8ec47fa70062d5 0.04 MB 101 360
163,708 163,708 0000000000000471034bc99a0f3b941bc63b34c4437183e40da89ee7e5219bb4 0.01 MB 27 136
163,707 163,707 00000000000009714136c4a911ab4bb23b5d9096baf499eb62073c7e7669c07b 0.03 MB 89 356
163,706 163,706 000000000000028a9928da686fc8b59b692d350386d52dd99b530eab4a238f53 0.00 MB 6 16
163,705 163,705 000000000000026a2ad4eff23325f5dc9f2284db38aa2e39aabafbbc01b348dd 0.00 MB 15 206
163,704 163,704 0000000000000bdbd89acbae209ce84d3f7b9fd3b9e5190b0d82f49176486b6f 0.01 MB 19 354
163,703 163,703 0000000000000a70a7066245f55736ff4ab766bf787c210234fcb5effe6346b1 0.00 MB 11 18
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.