Memory Pool Memory Pool Refreshing

3,987 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (587,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,597 320,597 00000000000000001fa2fc5647691593f6c9ea63db3817cd54f526d2f28d91fd 0.20 MB 355 24
320,596 320,596 00000000000000000f1258f430ff44f7f0b50be5c8327f58153551425a848958 0.26 MB 508 30
320,595 320,595 00000000000000000499aad90bdb3ce4040bd14505f060ac833890148a18c967 0.07 MB 122 24
320,594 320,594 000000000000000022bffa88de078763dc4f670fc7001ccbab34a07b9e717a79 0.17 MB 351 30
320,593 320,593 000000000000000014b4ec41a0ed03e882e1bbf47f129ef13dd634c8d7674b2b 0.12 MB 275 29
320,592 320,592 0000000000000000093c6ada40db801006163a77c089da87b9a199ae22d1db32 0.16 MB 311 25
320,591 320,591 00000000000000000165d6df5414188d1f6a5b3189b79375ee5c018da51ef89a 0.01 MB 16 33
320,590 320,590 00000000000000000ea7a40374f5a090fb86eb1638440beaee46f17805275470 0.04 MB 61 27
320,589 320,589 00000000000000000bfb761d0afc1cb8e3e3904e3623ac214cc49b28c33116f2 0.09 MB 137 23
320,588 320,588 000000000000000019dc28f206280a38584a0cf0972cac14d45f4ad37f1faa10 0.21 MB 386 26
320,587 320,587 00000000000000001110d570de7e04d8d2ce9a7ffc6f6bc2dc0da1bda22a86a3 0.14 MB 280 25
320,586 320,586 000000000000000012457b0e4049605854b73eac1335e4f310acf7b127485806 0.02 MB 32 53
320,585 320,585 00000000000000000f3fa0a0f4d6f68fa07f9a2b8d498706639e51d984f495e0 0.13 MB 281 31
320,584 320,584 00000000000000001e37d2972efda327b8d8f279001a497656bead2e005fa167 0.04 MB 16 15
320,583 320,583 0000000000000000149ef417868a4d9d3ed40bedbf9383ceb708ceb28fbfdd8c 0.14 MB 293 27
320,582 320,582 000000000000000013e6b629903d4f4fcbc53f35e4b6073074ac8f95c13e1a01 0.08 MB 118 19
320,581 320,581 00000000000000000327f1c5f0571d68eff73b7d1c8d7549f070f9157151fd90 0.11 MB 215 27
320,580 320,580 0000000000000000206616b006d209d7f0352eda6ff88b492cd37719a471201e 0.48 MB 842 27
320,579 320,579 00000000000000000fc9c0fb310d89d237f8f0c5ea7f0f1e48844f4a19604395 0.11 MB 230 30
320,578 320,578 0000000000000000041f24371c0c1bd49f49712797f075e311c5ca732e451e81 0.39 MB 535 24
320,577 320,577 0000000000000000192237a48e810f156c42b4ccee8eb9e5c4ea581f60b4cf10 0.05 MB 84 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.32 GB sent, 93.12 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.