Memory Pool Memory Pool Refreshing

6,709 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,019 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (735,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,466 172,466 000000000000063fc7f829240e535cd4250f9a11884ee4276976b3c7542270de 0.00 MB 14 15
172,465 172,465 000000000000075a7eb9e59401120c77da5981b33e53eec935eee1271fe1481f 0.03 MB 72 427
172,464 172,464 0000000000000335f1408ae9fb3b64f877a1e887f35a3a70e91fff7a1e2e6cbc 0.01 MB 18 53
172,463 172,463 0000000000000a9cbe4db20e5e0c421db9027ae0e3993d0b9c745f100601e32d 0.02 MB 89 20
172,462 172,462 0000000000000a6ff88c1044371c7776bf6b382bb098f5f7b6cd3d39767a7aef 0.04 MB 95 297
172,461 172,461 000000000000008106aea4a7460b345a6e2d0402cea44634e09d947142ce46a1 0.03 MB 62 169
172,460 172,460 00000000000006bf986670a7e4e9e7708b14360f23ec4fa072a3fc388ef52457 0.00 MB 1 0
172,459 172,459 0000000000000562375c1605c655364af26e5795bdb9bc4d16b4e0eb32507882 0.02 MB 59 28
172,458 172,458 0000000000000853535cd26e158b0fb24224327c0eb4c03e1f2b2d04ff3604dd 0.02 MB 57 98
172,457 172,457 000000000000073eb59599326102ec8ae3c9b0c982079d34737948648ea8947c 0.01 MB 26 93
172,456 172,456 00000000000005b4c0df0f050bc6ab04ce43ee8e366f3607524ac9d5dfefe8b9 0.02 MB 42 168
172,455 172,455 000000000000008db943b7e550d4e57b6e027d8d67ddb6b801c7baaf33053024 0.00 MB 1 0
172,454 172,454 000000000000046eca16c4d75af1997fa766420579efdb4df09f42c3aaeb254e 0.03 MB 41 91
172,453 172,453 000000000000082a4edc416bce5f4073b6f04f0b4e68c6bae0f81ef2466f83c9 0.00 MB 11 386
172,452 172,452 00000000000005964d98b5fb5ee59007dcb103d353f6722ddb8e612cc424adbf 0.05 MB 163 75
172,451 172,451 00000000000009a0530e25a5851ddbbefaa92383a0e94dafae84ab5e4353899e 0.00 MB 13 765
172,450 172,450 00000000000006a0f39a74362896bc8bb5b9e2ff43005868d6894faea61a1496 0.00 MB 1 0
172,449 172,449 000000000000010e58f7c7da6ef034d6b0dcc1aeba047323917517a309e2c3f1 0.03 MB 59 241
172,448 172,448 000000000000049195a6747a19d2cf33e73dc6fb64d5028224b90d7ee6e95708 0.00 MB 13 15
172,447 172,447 00000000000005cc306b9788ea778826f4fc7cb07ba7b2a29b6fb3b5fb503ea6 0.03 MB 54 90
172,446 172,446 00000000000008fad3b8a307c97990e949cf79b06b0ef551a16c0f3bafe6e155 0.01 MB 27 889
Previous 10 blocks ↓
Total Size: 769.17 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,633.23 GB sent, 93.77 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.