Memory Pool Memory Pool Refreshing

5,520 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (894,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,421 14,421 00000000fc27ab5f26418eab7f6661980f357ffe5d196f1036441b02a3150933 0.00 MB 1 0
14,420 14,420 0000000038c9cf0893e3d10c93f0fd07d34e024b7d7a921eddb0d87ea28a115c 0.00 MB 1 0
14,419 14,419 00000000aba38f9b6a88dcb5ee53575e09c51634e5035c4827a48a12e4e6f470 0.00 MB 1 0
14,418 14,418 00000000f00db86110b955ba60cd6ebde75c85f7e5601cf30393521fa4464df4 0.00 MB 1 0
14,417 14,417 000000000d22de0fdc60043acd603a98ba3fe3e3127a93f08a2e09f9c7fb293e 0.00 MB 1 0
14,416 14,416 00000000f30ab2227f0e5703fb642ee5255f09d3ecb886bd28650344baeec8b1 0.00 MB 1 0
14,415 14,415 0000000043d8b86c76469021775d75a0fde9afe0275d9feb22988dcbd2c28296 0.00 MB 1 0
14,414 14,414 00000000d3fa108f54173b2e03efb238aae269aa0cb780738f42b724c0cc1c3b 0.00 MB 1 0
14,413 14,413 00000000373d1b55b2bb7c19740e9e35978a648f6433a0eb22b90da2e4214a8d 0.00 MB 1 0
14,412 14,412 0000000011c674bab041f529eb70b1c2ddf81e60247afdad39a98f3e18ec2a63 0.00 MB 1 0
14,411 14,411 0000000023d0a7874306d90c7134e8c436975128b13d5f8f3d15c53f40a46995 0.00 MB 1 0
14,410 14,410 000000000861296c6968b6659c4a90846d73373ae19af64233bac3ed7d46be0d 0.00 MB 1 0
14,409 14,409 00000000d50c9824b8192654eef965b428be432acc43b065392c9467699979bc 0.00 MB 1 0
14,408 14,408 0000000012d4880c0d9c5e95bd2866bc92a9350fffbf2bbcb56d076f71dbb1dd 0.00 MB 1 0
14,407 14,407 000000009b92abff5de5afab1d9e0790e9a33547ddbdc09a9b4e9b8c0c27f102 0.00 MB 1 0
14,406 14,406 00000000c8e7c330c6243c7ce965408e25324afa7cc8ae34a5c58c8be4c0a1af 0.00 MB 1 0
14,405 14,405 00000000f84ef0f28ad40798ccd70a90f994e60fe4e15fcd41cf15cd47547699 0.00 MB 1 0
14,404 14,404 00000000a625b68640a09d2d3c24435f3faaf67cde58ede8661a04db7a9313bf 0.00 MB 1 0
14,403 14,403 0000000070f0e4977bc4705bf556c2b757f3a6e43c92734980ad431b3e38b455 0.00 MB 1 0
14,402 14,402 00000000e664ade1501dce9e64a28f6ab97616484fed41e9ad97327394dfdf42 0.00 MB 1 0
14,401 14,401 0000000028e4478dac4ddf81f9344b5534f9d55b78a1f1a531545f1a6c3b3b64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.75 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.