Memory Pool Memory Pool Refreshing

1,264 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,449 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (813,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,103 95,103 000000000007c120502b58fecc76c476bbe2eaf827c2d9d43061a591908cc8a5 0.00 MB 3 0
95,102 95,102 0000000000058881eb7eb9c27246b5a743a06d490564bd1e1c425ac07888211c 0.00 MB 4 0
95,101 95,101 0000000000074074eb23186625aad8ace4898638f74d019a86ca6cfb3eccf129 0.00 MB 5 0
95,100 95,100 000000000006e342b6b686a30efd3b3aa5aab3aae3d0ac475332e79385fc8bc4 0.00 MB 11 0
95,099 95,099 0000000000065e64bac39a5102017b9b7c5be61dbc567874c0e54e70cd713eb8 0.00 MB 1 0
95,098 95,098 000000000002fa429d1209380410af3762af8f8de9ad1e297ac9cf8cc6c6de43 0.00 MB 4 0
95,097 95,097 0000000000036dbdbf55b5c9b572c2beaaff668dba38891b6ac0b763c8834251 0.00 MB 1 0
95,096 95,096 000000000004de5649da51dbda8e19181843469ee1764d4ab126fe8467a4852d 0.00 MB 2 0
95,095 95,095 000000000002070472205a69c99f12981eac1ddc4c824d0076805a7af356e788 0.00 MB 1 0
95,094 95,094 000000000002625269554e632438db9b22c97e5291713241f95b735cb0b2e953 0.00 MB 2 0
95,093 95,093 000000000000ca9bef30c097646fb1bab6db12a4745438c46809b14093fabd61 0.00 MB 3 0
95,092 95,092 000000000003030bc39b5302f16b7abafad9ac837ce9bff2b30d34efa9dca838 0.00 MB 1 0
95,091 95,091 000000000005499d1c697dff876db1cc3421b2966bf5f5d7269083b89e8c7fee 0.00 MB 9 0
95,090 95,090 0000000000043718ad13908867ab2300e058ea0b5a3b10a2b907fef574a919d6 0.00 MB 8 0
95,089 95,089 0000000000075842691b64051cf45a4264a77d730be85f77e8bb74888a764047 0.00 MB 2 0
95,088 95,088 000000000006c21c3fe03c59875442f2e80409401a183f1acb972872c4b608b2 0.00 MB 1 0
95,087 95,087 0000000000076a762494082f992950a559e4a1f412b67e076588c8c7683a5b42 0.00 MB 1 0
95,086 95,086 000000000005a025e733f541c63fcc1564f219eaccaaf5b552e4b460ad1bb643 0.00 MB 2 0
95,085 95,085 00000000000552d63a6d196b98deb391e139383df3b21fc6ee37ddfa6259dee6 0.00 MB 4 0
95,084 95,084 00000000000527f3c205a842c0a535d0cc9adf4aa0a4fb783ed812e8d4e74250 0.00 MB 1 0
95,083 95,083 000000000003563ea19d0b519a04e2916c766fba532ed5fe6213cdcdc5723b6e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.97 GB sent, 99.72 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.