Memory Pool Memory Pool Refreshing

12,409 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (583,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,241 324,241 000000000000000010c8d258989ddb41cb647330b3f7e6a1a86d6430314b9840 0.50 MB 956 28
324,240 324,240 00000000000000000a063f98e96698c9bbb9f68ca2e2a3c4aa729bee330e61e5 0.17 MB 264 25
324,239 324,239 00000000000000000f8f59367107a1abd1ca4fee8c6d6fbc5189d3bacb460e74 0.24 MB 310 25
324,238 324,238 0000000000000000129804cae0d880450d880f866a9e7f621f7a37e06b4218c3 0.08 MB 106 14
324,237 324,237 000000000000000013ae5ba34901adaf75575159adaa7b100843b38f29d8f94b 0.55 MB 577 19
324,236 324,236 000000000000000016cc036470860bd649ad268c56e817a18d0b5e058aea39e1 0.35 MB 737 43
324,235 324,235 000000000000000018dd0a71a3916f4137171b4378fd47a3f210754abe24e471 0.05 MB 76 25
324,234 324,234 0000000000000000080f4a5444a70022a30acf5cca4b4ffc70987324977c040c 0.06 MB 114 24
324,233 324,233 000000000000000009daafa3d0b8fe159eec9a8de402a6da5b7ee6842f0116fb 0.17 MB 141 14
324,232 324,232 000000000000000016b7530a21f9722f361900494c1b4f83242705277854c7d9 0.35 MB 844 32
324,231 324,231 0000000000000000082981097536b9b8ce11124d95758878a02262a9a5fb4e59 0.14 MB 301 27
324,230 324,230 00000000000000000c31c1bfb0f030eddad3c1a157765ea0bd4384f159f13806 0.15 MB 343 31
324,229 324,229 00000000000000000b2be61144613f642f59b3c32ac294d764c912e336cca7f2 0.57 MB 817 29
324,228 324,228 000000000000000019f3e9a3b90f0dd7efbf47939d70bda397e24b372075afaa 0.11 MB 162 20
324,227 324,227 00000000000000001876c9e9f25a091284c95f0068a75bfd1c98ef63797a67b7 0.34 MB 705 29
324,226 324,226 000000000000000001b9350c868437f774a8994aa0aa4e29561e0b98129bb01b 0.12 MB 228 29
324,225 324,225 00000000000000001f7b189ec9c9193756d11bb54c6bb96b662d55e21aa90cd0 0.09 MB 162 33
324,224 324,224 000000000000000001c4398d54ad1c7b8d60d842cfbe6e26f151cec24b1abb42 0.16 MB 274 27
324,223 324,223 00000000000000001793cf9534ceb9e70f73fe598cd57daad4ca5a8ec710280f 0.22 MB 357 27
324,222 324,222 0000000000000000147c81f27d60c495c51663a8d215d839c3aa50bf973302de 0.35 MB 690 35
324,221 324,221 00000000000000001bcfb9c2c5852104e773a5006967d919cfb17f8df40ab6d1 0.08 MB 69 12
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.