Memory Pool Memory Pool Refreshing

1,303 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (188,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,392 719,392 000000000000000000041a3e766fc5e0439933f58e8bff992e5e539175a530bf 0.33 MB 559 7
719,391 719,391 00000000000000000000bc361604ca64f460e12d2a4ed4996a88b3290d47fd2d 0.50 MB 990 9
719,390 719,390 0000000000000000000ac2406ceecadfa4a61a949b861af48033c845300c71dd 0.56 MB 643 9
719,389 719,389 0000000000000000000a7d97cb835eeb53e90aa69c77b0640ad1d94c955ab5a7 0.23 MB 335 4
719,388 719,388 000000000000000000032b7d74c9125366556d2af40f61ff7e806f3cbc608319 1.46 MB 2,721 9
719,387 719,387 000000000000000000019a46860afff7e17d1e53a226611b6493476a59c7394f 0.47 MB 641 7
719,386 719,386 000000000000000000026eba85e5bd326b32cb59decc7822cc5958de52204f93 0.86 MB 984 6
719,385 719,385 000000000000000000062dcb8cd4b98dd15aee06a15cd22280be6b349312d745 0.01 MB 23 3
719,384 719,384 0000000000000000000295efbd122585b17c141d994a63a2b02bf21266d88ee8 0.18 MB 344 9
719,383 719,383 000000000000000000074f430f297344abe4bce5bb14638fa5cf980b73d10642 0.11 MB 189 9
719,382 719,382 0000000000000000000a4e9276a54699392e2222a2e0b012d9ecfbf8b8f18f28 0.25 MB 242 8
719,381 719,381 0000000000000000000b6cb2ecbe7fa430f829d3eb90bcb600ae77a4c6cb3165 0.89 MB 824 5
719,380 719,380 00000000000000000000ef85645edd3b67f2b04eee1460edfacf0b9804ff8a20 0.16 MB 161 27
719,379 719,379 00000000000000000002713df49c89bc9d3f920df88fc44101cb9622d6777937 1.13 MB 1,684 6
719,378 719,378 00000000000000000002b5b07ac2498d644dcbf36f3bc7c251352cda44a159b3 0.77 MB 1,370 9
719,377 719,377 00000000000000000004006521fc7c9939180b24c143b85296f8115ea26217e4 0.03 MB 68 7
719,376 719,376 0000000000000000000737d5b1a3149fca496ee3d33caf6695e4d05ef966de73 0.69 MB 967 20
719,375 719,375 000000000000000000017bbd43880be4edba8854f8f41631c249498a9bc841ff 0.62 MB 1,226 9
719,374 719,374 00000000000000000003e239728f4fafceda68086e6ef5b66a6c179f86c44c79 0.21 MB 336 6
719,373 719,373 00000000000000000004b6046d93d1d16108be2ac3c5a0dc9cba18a3977f0bc6 0.39 MB 572 8
719,372 719,372 0000000000000000000a1052ffcc83bb8d872e936233b77ef9809d1bb41068ec 1.55 MB 2,822 7
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.