Memory Pool Memory Pool Refreshing

6,625 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (683,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,208 224,208 000000000000007010efcdbf45118909c6808035d95ad1d4c651d928c9afd095 0.25 MB 594 192
224,207 224,207 0000000000000042f3d5daff58519a45a7f8afb45046d9b0e6854ab8757720cd 0.25 MB 537 192
224,206 224,206 00000000000003c9c187eb05cd502115a03e1eb949327127e072dc6ce4e6dbc6 0.13 MB 347 206
224,205 224,205 0000000000000196d5406885a7d80a4d4d0d15942bb203312fd56584dbc438a8 0.27 MB 328 33
224,204 224,204 0000000000000079754aece947104bfc3993b85fdd3cd3c84180493ce9397f29 0.05 MB 91 56
224,203 224,203 000000000000015e89c7fc1ecf1f0ac10955781a6c84103d96a73fd06b6fb4a4 0.23 MB 521 186
224,202 224,202 000000000000033a14bac5d4cb971a91757927f69adb1e9a825d7722a6dffe5d 0.03 MB 55 95
224,201 224,201 000000000000009cfca55db9f141c5242882fe7cb54077eabf90eac0087ab978 0.16 MB 375 191
224,200 224,200 000000000000027f8ac4f5b5f7add070ee189d7b905bf5df16d6ae92736521e3 0.08 MB 183 126
224,199 224,199 000000000000008c5aee0df771d0788b395f79d602c4827081b2f00d0c9a480a 0.12 MB 285 139
224,198 224,198 00000000000002a502319e582a63497887b1fcacd39973b0077c558c818f0ebe 0.14 MB 307 159
224,197 224,197 0000000000000004e84ec2c024fc2ae1929912d69906631bc7d9b6f40b377cc5 0.25 MB 504 148
224,196 224,196 000000000000003fcc2a2d7435e85fd451d38f35e2f75c42c42ea7ca012cb1c5 0.00 MB 4 0
224,195 224,195 0000000000000233ab3bea3af2727b0490da8cdb8580b8ff9b74ac201948390b 0.25 MB 491 162
224,194 224,194 00000000000001e0cd2c899b81fe71e2aec5e722c7ab8929da470be0d0d70c1b 0.08 MB 256 282
224,193 224,193 000000000000027c667c62917146c244855f9611b183e35eb71705b1ce23f149 0.26 MB 524 165
224,192 224,192 00000000000001d0f1624e1fce820bbbae3a46a54f0c1a4a891395e890694559 0.12 MB 132 105
224,191 224,191 000000000000037f770eccec35c121398372d9f01daa826b7ffb32356e0430fc 0.25 MB 687 220
224,190 224,190 00000000000003c5067152d32f3ad2ad9c9fe6c9232b6dbb44c18eb3e565be32 0.00 MB 10 0
224,189 224,189 00000000000002e506daca237f3f54d098e519661f12d9faae5aa6463e6faed4 0.18 MB 356 143
224,188 224,188 000000000000001a04fcd9cb38a08ab3c598f2fdf79e807fc67439dba07aa370 0.17 MB 378 171
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.