Memory Pool Memory Pool Refreshing

1,205 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
882,012 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,010 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,011 (619,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,508 262,508 00000000000000126698f87c7084c7487a1a47de5d26f7886cc75deb14d36f0e 0.04 MB 106 68
262,507 262,507 0000000000000012b515dfc44643a808dd957b49b2ebb570e2287a3267492c18 0.19 MB 331 82
262,506 262,506 0000000000000014840a043c7dd81a1eddc5de527f50be3075381b7d0a66b125 0.03 MB 79 103
262,505 262,505 000000000000000a556ce8a81d203aebd47d49f2149a8785517f049bf39e5431 0.11 MB 251 70
262,504 262,504 000000000000000ae5a314308f8d84f1487ed654b82b89c6a749f619a81f67bd 0.13 MB 218 26
262,503 262,503 000000000000000ee3b2270dfcca351e852d2b7a40cfc2f6f86c1e0c8e55baae 0.25 MB 587 112
262,502 262,502 000000000000000690162516b6d01dc0bfd2c4ab8c4172ff0bc1899dc3526bf9 0.05 MB 117 76
262,501 262,501 00000000000000025314cb0738d0604107ae4baf9a90e02f84ee84e3c7948719 0.01 MB 32 91
262,500 262,500 000000000000000873ae6f84e06c066e127c536dc124a5725464171ac48c5169 0.01 MB 25 89
262,499 262,499 0000000000000011434f45ec254de194467c75b20599c19babb07c338ff9c654 0.14 MB 139 39
262,498 262,498 0000000000000007563b52b9f6dffbf6c9ad8a8c9032aee374008632eab79bb7 0.03 MB 60 64
262,497 262,497 00000000000000078d4c1366793b6841d26c31968c3bbfc6818bd448eaa22476 0.07 MB 159 53
262,496 262,496 0000000000000013ebfe3ac25d258474900902f46331cd7f22837955486ef741 0.25 MB 569 92
262,495 262,495 0000000000000003e9c676dbec03e97c664ffb5c6d053d7b5ec7daf7e4779646 0.11 MB 252 93
262,494 262,494 0000000000000007bd04f290f7d26c2e4c79b24d1b71db5b5a5c89a46b5d9bd6 0.01 MB 45 110
262,493 262,493 000000000000000f3732aa2f6a35f0b2259d3d88307432829eeccf591bf40fc2 0.05 MB 136 72
262,492 262,492 00000000000000077125f7de1a6e36fa20591345a5fd6a07720a89f6b2a89b54 0.01 MB 20 42
262,491 262,491 00000000000000070c52acad897ecc66989cb079e3ce650d9caa62db1946d811 0.10 MB 227 78
262,490 262,490 000000000000000107d22ea59d001f004cc130cbc21c90e3fcf4ef86a0677d12 0.03 MB 49 93
262,489 262,489 0000000000000004ee97071a7fb7886d32663d4e765ccf49bf8b67c1c9a44b30 0.01 MB 16 56
262,488 262,488 00000000000000155851cd7c7f8b0124b554f427a001934cf2dc8df5539cf9d8 0.06 MB 150 84
Previous 10 blocks ↓
Total Size: 722.46 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: 2,049.17 GB sent, 75.03 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.