Memory Pool Memory Pool Refreshing

4,111 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,818 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (671,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,020 236,020 00000000000000b2de1170939cd9e552dbe73a6ab6bba2a95812048cb80cddb2 0.03 MB 59 154
236,019 236,019 00000000000001419e46a383e31de477a31a084fadc6a50d434af8125822b484 0.22 MB 283 94
236,018 236,018 0000000000000049476849141fadb2831de9139549359503d12dccf2582193d3 0.15 MB 387 198
236,017 236,017 00000000000000ea01bfc58791572d37098281b1bd8f6bf81b54ae11c6351a1f 0.25 MB 665 206
236,016 236,016 000000000000008f73f292f8c2cc9c9e5ec44324757c57018164d32565bae54f 0.38 MB 705 146
236,015 236,015 000000000000012d6acc0fd57c99e242a13016e9f1f5243482225086f2041825 0.03 MB 77 176
236,014 236,014 000000000000014f992af15e3af55e2adc167f57603927235cbcb4ee9ea629dd 0.13 MB 321 194
236,013 236,013 000000000000017d3be94d357372200ccf99bfe64a680af0fc1652c7d882460b 0.08 MB 179 185
236,012 236,012 0000000000000040f2d6be130a322bfc4260095a5cd77284cacde4abce8f8e72 0.14 MB 312 169
236,011 236,011 000000000000014571f3ce9d0c10910f1aeca175212eb0c2d44356543cc4c9e5 0.38 MB 858 168
236,010 236,010 000000000000006888de475708253b553103f6b6239ea1b85551e27b4c6d1fa1 0.15 MB 314 162
236,009 236,009 000000000000001ecfa678200902070b8bf663edd90c218a8fb647b2db49eb80 0.17 MB 179 77
236,008 236,008 000000000000003b8bcae40fffaa9f08d131d539a1cead04248675732a2d1c7c 0.23 MB 469 166
236,007 236,007 00000000000000b0e7f70a17d6dc8e9be080c2a2aba748a51d3dd0a106851157 0.25 MB 682 575
236,006 236,006 000000000000009d3f413030ea75ec3e35adc82741419bf803d6deffc176fd7c 0.15 MB 196 22
236,005 236,005 0000000000000124820796151520eb5b4552cb89b594bf97e0d6a90bdb813b45 0.16 MB 331 159
236,004 236,004 0000000000000002cfa22d15656c232493a5f6f30a4a90432154f48be40115de 0.05 MB 64 42
236,003 236,003 0000000000000062c1b9f863c7e14095fa23867b739d28d3e5698dbc23c173da 0.25 MB 644 180
236,002 236,002 00000000000000964c86442e99b067e7084a510da3100c6e17f05f6b071bce06 0.35 MB 795 172
236,001 236,001 00000000000000a661436a3afba0ae9027f8ec858b45c87c309b22f1e53493b3 0.17 MB 221 89
236,000 236,000 00000000000000f2f5e55e89dde082cecc9b4a46a10bbb4197f5e35b16612db5 0.05 MB 119 120
Previous 10 blocks ↓
Total Size: 769.05 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.33 GB sent, 93.12 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.