Memory Pool Memory Pool Refreshing

1,339 transactions (0.52 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,108 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,324 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,107 (882,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,537 26,537 00000000e251f8f7bbafc86a19af0adc7054bebe7271db38f3f379d17e7b8489 0.00 MB 1 0
26,536 26,536 00000000e67ff91b3c5de04f9924c876a9cb648e96dbd16c68d611240353b8c0 0.00 MB 1 0
26,535 26,535 000000003063998dde696e9dfcabe3e51d5259881866391e03da5ac7b4c00675 0.00 MB 1 0
26,534 26,534 00000000f4c5fee933bfb43ab1c5422d0365b5006aa3c199e96a26c88c2e6b58 0.00 MB 1 0
26,533 26,533 00000000200ad28a29143ed96f9ed7614ab99d1226bf5b5474178535097745fd 0.00 MB 1 0
26,532 26,532 0000000051fe0aea8a1f104aaf0fe5fce53fe72579f2cd8d8157bb6242ab0d4d 0.00 MB 1 0
26,531 26,531 000000001cdb83589838dc9a6def7d867bd99a2418392c6f62a218c0111883e4 0.00 MB 1 0
26,530 26,530 0000000029871dfd689722e42e52cbed5c5d3f1536df7fb75f54c3190f6d1bed 0.00 MB 1 0
26,529 26,529 00000000e9dd551914f08e77ef287738cb142b7ee83a30cdcb07b39eff1361cf 0.00 MB 1 0
26,528 26,528 000000004c945236c7eb747615f7a01fba948432df814eaba57adecbfae88289 0.00 MB 1 0
26,527 26,527 000000005d467087a7e33c9533d681acbc5bd68e52903bd77a1dbb06e118e9a0 0.00 MB 1 0
26,526 26,526 0000000059e6ed633445c131bfee72a854f7aaf7c6d264913fa7ba9753590754 0.00 MB 1 0
26,525 26,525 00000000e66b05c9c199db66a4a3ff925f57c03694312a7585bc7447ce4c4745 0.00 MB 1 0
26,524 26,524 00000000792fe235276bd04c0d622aa2ee03dd3fbec54e3c9219c554577fbb28 0.00 MB 1 0
26,523 26,523 00000000f00827022c8b65e48d31df17479df519be37d3f5a7f66fc119b17616 0.00 MB 1 0
26,522 26,522 000000002cfb7bdf21027c48eeea28dfb78fc77a5d0c3015fff268d95ca7c3f0 0.00 MB 1 0
26,521 26,521 00000000f004dae2a16ac7bcc08fd90f6c8743df3e8993601968b0b403dc162e 0.00 MB 1 0
26,520 26,520 00000000ff432b23526727e37a9929be96d808b1eee028fafb899e2a8d86ed2d 0.00 MB 1 0
26,519 26,519 00000000db610a056fc14468db5511f36a63aaa8453851d996b4cf1c1e178778 0.00 MB 1 0
26,518 26,518 00000000cff2f1bc1d8bce2af230c7d2f7e86501f40c10b6c86eaf98135aee47 0.00 MB 1 0
26,517 26,517 00000000cfbdf58f36165c7c84e639b56607335d851548ccdae61a2a63f25cba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.74 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,923.30 GB sent, 106.28 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.