Memory Pool Memory Pool Refreshing

10,869 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,730 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (714,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,820 192,820 00000000000001f45a470088c58a6b2c2adf4a94f95c72529b9cd93a9aaf8951 0.09 MB 256 153
192,819 192,819 00000000000001815fb2219589ec9e5ddfb0e34e4bfa0d93410e1908255b599a 0.09 MB 149 88
192,818 192,818 0000000000000190e9d41cfd608644b9f4344b35b458a60463e48d60c5a95c91 0.06 MB 128 56
192,817 192,817 00000000000001ac06bee7e7152fe8e208f8602f3d687a1b216d67e3b9cf31f1 0.06 MB 152 169
192,816 192,816 000000000000064b917c780340395aeb9c8d4950d64d8a6236a5a350dce6394d 0.41 MB 831 144
192,815 192,815 00000000000007e4ed930afd5dd834d6e077027a3d18c56e23d79580c3eca3c4 0.26 MB 200 667
192,814 192,814 000000000000019a3f777dcb35ca76dd343b910d80ff07539bbbe4fc8749f960 0.40 MB 512 96
192,813 192,813 00000000000006f8bee34b40c660104df9a7af9a9b7ee49668126218de9fd72c 0.03 MB 12 76
192,812 192,812 0000000000000272f60e18ab19f89c579b095f048b8c9143fa4460ff541f0759 0.14 MB 256 117
192,811 192,811 00000000000007e1b97399cc47a8170e3fe22bca2ea8cad220bab4da94e819e5 0.06 MB 173 147
192,810 192,810 000000000000030177ac2509db89c6e311971ec6d3c9c0752573022a48b5ed5b 0.04 MB 83 169
192,809 192,809 00000000000007128862f34fb02a0aeb158ca5bf5745035653d7328234ceea76 0.11 MB 281 221
192,808 192,808 00000000000005886e9d6a86709de73a15880f4107438fbd205222cbafc678c8 0.01 MB 25 124
192,807 192,807 00000000000004ba5f35e68debe658d9e9d2b9300defbfdf95d223edbfc6c2d4 0.18 MB 546 164
192,806 192,806 00000000000008009c0bfb3176bc07595b75faaa5f4f24f58bc597920363ea4a 0.05 MB 117 94
192,805 192,805 000000000000073cde0cd972c420059970de985c2cc0d0e17959e4990398127d 0.07 MB 142 65
192,804 192,804 00000000000004a80540ced2e1f891d8bd4243dd7a85eb9a2ffc6238b7b5b5d2 0.01 MB 32 0
192,803 192,803 0000000000000559f9cd28b92dbf95979eaae107ead8720da12af9b121b14d2e 0.00 MB 1 0
192,802 192,802 00000000000006d8d6531301e741606c3cd127d8df449cc2a772f67b8af59a6b 0.25 MB 561 157
192,801 192,801 00000000000005020b50085af4b8f7ad23e24f2ee6ad3f56d9c9b3489310e989 0.03 MB 89 89
192,800 192,800 0000000000000681f69f4f29ddc4b50b357ce74391fa57e2c5f7a3f314feb0fa 0.05 MB 122 58
Previous 10 blocks ↓
Total Size: 769.03 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,625.07 GB sent, 93.02 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.