Memory Pool Memory Pool Refreshing

2,235 transactions (0.58 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,996 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,995 (841,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,414 67,414 0000000000f4918ad121af2fb8b3cb6f7a290991728c308c8fadb2e24af13e62 0.00 MB 2 0
67,413 67,413 0000000001ee0b72b6a2defe38e23dd27a19f5970b94e9cad57f6511ef4604e7 0.00 MB 1 0
67,412 67,412 0000000005558b2000d754d3316272ee0179e073589e777a779b78065138479a 0.00 MB 2 0
67,411 67,411 0000000000d878bc14b998ac4e485409c3fd5b673f6d96d7979493e85273d015 0.00 MB 1 0
67,410 67,410 00000000028b2fb4dbf3995ceeb1d1a828b1ed11806c74960ead7935bcaf327a 0.00 MB 3 0
67,409 67,409 0000000004bcef023a74dd7cf19a3a19863df088e414a44a9bdbbf160ded5ba0 0.00 MB 1 0
67,408 67,408 0000000000cecd53ce159d41ebf4f4f078600e3bd0701d3f43be59fe432563e5 0.00 MB 1 0
67,407 67,407 0000000003d519782d0e541e8f5b5260c2453bb62eb5c0e1b2702ee57ee8378a 0.00 MB 3 0
67,406 67,406 0000000003fecbd5be174fc397f32b684fd2e181314804a91d3cb1d6401baed9 0.00 MB 1 0
67,405 67,405 00000000017af275fd0b15bba0302a534d7bd4c7102a25c10cb9e613d2d86aa6 0.00 MB 1 0
67,404 67,404 000000000032377dde64f7bb1346d219a624242f95ad1f9c08e13e24b046894b 0.00 MB 1 0
67,403 67,403 0000000001095f41af25acedd4edf1c2aca244c3cb8f15827ac56ba8855195df 0.00 MB 3 0
67,402 67,402 0000000003a186879b7a71f1e0c26b8deefc20fadc34d091184a795f6fde36e0 0.00 MB 1 0
67,401 67,401 00000000019f3c527cf200859cb4760941e2c39131a541d0605e28b124ffec42 0.00 MB 1 0
67,400 67,400 000000000450da6a6eec6509f0d2bc5d5ddfb9c2ac2fa766788ae34c55c40276 0.00 MB 2 0
67,399 67,399 000000000163718d85a8e90b21fe3693c7554337fb1208d167e3ba7a7baf3e2a 0.00 MB 1 0
67,398 67,398 0000000004e233c7eb772f32cd663dc5af22d32daf0a477273fb6d6ecfb7dc01 0.00 MB 2 0
67,397 67,397 000000000184f858eea78a3434ee1ace498fabeef36051981b43fbb0588d03c5 0.00 MB 1 0
67,396 67,396 00000000000c849de17cb912e6721793e7afa1a926d0caf0c4d7b81164acac6d 0.00 MB 2 0
67,395 67,395 0000000003f7f0439e40dded1320806321d79e3b2f76696d4ca80e701ad05eda 0.00 MB 1 0
67,394 67,394 00000000051f46d8f5e35552e2d065647a0c77d0ef98c335acc0245defa03aca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.48 GB sent, 105.11 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.