Memory Pool Memory Pool Refreshing

11,181 transactions
4.75 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,834 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (641,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,178 266,178 000000000000000586a16efae977e7ab26190e5b848b7bed6f7829fe64268145 0.03 MB 83 56
266,177 266,177 0000000000000005f136344ae983446e78ec914bc886a324bfc0f7edc86aab40 0.20 MB 253 42
266,176 266,176 0000000000000009480c22d5a6efd0fde3dbb620e1fa85571e0f7a3d40b3c5ff 0.16 MB 239 59
266,175 266,175 0000000000000005917a2800ddcc1868c10779b98d112dceb7dc752aa6cd9af1 0.25 MB 653 107
266,174 266,174 00000000000000041000d62843c2f9f36ff4699b00e4d4bca7a2150ca1179cea 0.19 MB 513 73
266,173 266,173 000000000000000ac9cb44d27388114c39395de192fc8ef40280a34b50b40b43 0.20 MB 466 70
266,172 266,172 00000000000000047b7c08de054d98f9e16d7b9b00e7659a79e17990a2acb02c 0.14 MB 103 20
266,171 266,171 0000000000000005e2ca62f76aa400ed0c123c0b0c3f100fbe73c28a023757eb 0.07 MB 186 77
266,170 266,170 0000000000000004005bb44dbd387867b177f426c47ac9ee94307bcc738f2056 0.15 MB 146 22
266,169 266,169 0000000000000003db5454b365d5c1e0223b320bfdeac2a62c068642a5482812 0.01 MB 19 33
266,168 266,168 00000000000000034c4d06c248762d6c14850d206f09e443af6978c04edc2f02 0.10 MB 273 109
266,167 266,167 0000000000000006e277e0c2830b8968b7547f27078432e214e98609ce2f942c 0.08 MB 215 91
266,166 266,166 0000000000000004a743e7185fede26647a17d7f609711edaf9257074b2b3dc6 0.03 MB 83 61
266,165 266,165 000000000000000956d2b05b0d68d89ec94ff883805f029f5442df3404afa481 0.15 MB 284 65
266,164 266,164 0000000000000000555cf0bcc6bb5d078c5f9eb67bf7a00403298203e6a75b9c 0.14 MB 77 11
266,163 266,163 00000000000000046cbefbe237d96f665eed7a160af7438af41e51cf9c5cd3ba 0.04 MB 100 95
266,162 266,162 0000000000000004646331e531d076fcc11b1d5435b86a202a384d2492fa548b 0.11 MB 261 93
266,161 266,161 0000000000000003c723c573b5eb6b45c5f963be9e0a0e1d22b561a19a0d65b1 0.07 MB 165 52
266,160 266,160 0000000000000008398c2012311f54764c8c7b627d23df97dfef7b5fc15925ff 0.04 MB 91 27
266,159 266,159 0000000000000003697b26a0fff9c32b8c3ffdc4eb083c31888049a368874b4c 0.20 MB 461 77
266,158 266,158 000000000000000a49260eb95a8a7d866e1450ccb1a2ae9b5bf638d77659997d 0.01 MB 38 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.09 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.