Memory Pool Memory Pool Refreshing

8,775 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,099 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (695,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,522 212,522 00000000000004c6cf42b1de6d2c7eae30c2871a54998efc79e9f1b9a29d8a20 0.13 MB 247 139
212,521 212,521 00000000000004d25a3b31930b700d86aba18ad8f7bd9b006567c4a20bc6ce17 0.12 MB 204 137
212,520 212,520 00000000000004aaff5d54a05b5fba050c9db4ec4a5801a2f66ad6f80179da82 0.25 MB 618 170
212,519 212,519 00000000000000e391edd34365adbe0795139fc5b87ea04ba3c563e75ab7d6e8 0.25 MB 666 181
212,518 212,518 00000000000003ca738ac18bf9d3a41537d9b4cd067bf1863845f11678160678 0.28 MB 658 362
212,517 212,517 00000000000004487bc797daf722dbf9cd185d659796d352eed0623b9f4503e2 0.02 MB 44 127
212,516 212,516 00000000000004b5abdd69e069cf49f4b3ab6e44f91ea3bffcb72b0c9181e05c 0.11 MB 268 142
212,515 212,515 00000000000004032bc2d6f4f9c1443cfc0d5a3c580ef0633bc05fca671c843c 0.15 MB 310 137
212,514 212,514 000000000000002caccd710a2cac3381ef658ce4043c75ac25664a6553b0130f 0.00 MB 15 14
212,513 212,513 0000000000000078e7885824d63e8513860905608f5e2c66414051df26c6cc00 0.25 MB 635 199
212,512 212,512 000000000000049238dc6828d6a5ceb0c0a37a982c485c2ce344f91bc70e781c 0.05 MB 125 127
212,511 212,511 00000000000003cc6d717eafa9ecd60eacf732cce64995703d122197c9ea467a 0.01 MB 28 64
212,510 212,510 000000000000046abc3aac7cffae7c37c072b8199d03b574e6d06d65a44cf530 0.21 MB 510 350
212,509 212,509 00000000000004cb5d7e27bc2d8963a3b88672e07d6250396be18b778d4a2ac0 0.16 MB 324 163
212,508 212,508 00000000000003c08a5d84bf635b43cdb86b8fda11d4f0449f861de6023a2fbc 0.02 MB 48 141
212,507 212,507 00000000000000107c478bf3d9a192b022acee3f169105589ee251fff2e32698 0.10 MB 296 214
212,506 212,506 00000000000001a567b14ffde163cbadee49ef33f4261c99c9bd9aecfc9bf37e 0.00 MB 7 237
212,505 212,505 00000000000001c108850248defaf382dc8ffbd79c384e1f8e75d8bb0df3325b 0.07 MB 108 146
212,504 212,504 000000000000041a7add68420d7f3e1774c335382f9e302651eaa9bfaa4c97ed 0.22 MB 385 60
212,503 212,503 0000000000000169beeeb930da694a5d2311df89da3161a59f6713793a235fa5 0.25 MB 402 128
212,502 212,502 000000000000009ba647f31a6d1d475a61772d3dfa2b9b155c3f9bb95db6e774 0.25 MB 609 201
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.55 GB sent, 93.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.