Memory Pool Memory Pool Refreshing

78 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 77 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (633,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,474 274,474 00000000000000022f24fba12d1da71b133c1a8848e892f0e7a578b2d099d1c0 0.12 MB 303 49
274,473 274,473 00000000000000017d6d0fc793791816116cf53f1eeceb24e16286c77004bc78 0.05 MB 103 15
274,472 274,472 00000000000000043021b570e0fd1f39edb49c6bdcf30ffb093b85a59827af81 0.45 MB 1,150 59
274,471 274,471 0000000000000003bfc4ae3bd793ccb18765fd85c1d5fb991e0c754bd296757e 0.02 MB 40 40
274,470 274,470 000000000000000472e33b04f1bc2c4a42125bd2265fd5c92623bc0c5db4fa03 0.14 MB 198 26
274,469 274,469 0000000000000001a190fbc28aeb8e1be56f78c7dee3d74cb36c3b918ead563b 0.14 MB 201 31
274,468 274,468 00000000000000043c909353aeeb7afaeb4f217ae6a1db48d03b8072c4754141 0.24 MB 495 48
274,467 274,467 00000000000000006a0c7e9a026a41a1599a5e7815680de2909bd85af235fb31 0.16 MB 317 43
274,466 274,466 0000000000000000288a5729a011a0f399acd7586e45bd0b0c29da043fe7db52 0.00 MB 1 0
274,465 274,465 00000000000000036fff05c40c1a845dc7bde17d50d77e3b459ce72aee125b89 0.17 MB 404 52
274,464 274,464 0000000000000002c646ac70c672c292b70cb607cc80b5600f10fe8d464436d4 0.18 MB 407 47
274,463 274,463 0000000000000003aebc0c0471d1fa2e6f6265dd839bcf2f23f68454bc97acf6 0.14 MB 178 26
274,462 274,462 0000000000000001e8054888ba7e216fcb6bdb8f579c297d3b7ccbaaa532c4b7 0.23 MB 453 43
274,461 274,461 00000000000000031c4d8a249757583b8ef0f016fec3096324cc4a46b80fd2fe 0.03 MB 71 62
274,460 274,460 0000000000000001a4e4789d28ae05b16d21cb3d54491e4fd64069ebe176b19d 0.25 MB 539 57
274,459 274,459 0000000000000002edbf680c14ce90414e0238c41a34c5d8cbe80b0cf749ccc6 0.05 MB 107 98
274,458 274,458 00000000000000029886b27d5812ba80b9a1a28de764663d2d56c9f322b5596e 0.24 MB 470 75
274,457 274,457 0000000000000002788d965f2a6abd43236600499959cf8af7a895081d0e81a5 0.06 MB 56 22
274,456 274,456 000000000000000488ec0e11e296d9f15604adcd429e33fe96a69d77b58621b9 0.08 MB 171 54
274,455 274,455 0000000000000004493d6045d5dd5f000f9e8b339b17f0761eaedfaaa4a6459d 0.05 MB 76 41
274,454 274,454 0000000000000003096ee02bd0c854cc3d5f393f83174864955db04a4f1dc21c 0.27 MB 478 39
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.