Memory Pool Memory Pool Refreshing

1,090 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (904,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,478 3,478 00000000a7d6b05f4ab5019f6de98789dab86788d3e21236a2250cb6950be2cc 0.00 MB 1 0
3,477 3,477 0000000029df2753c0109814afc0a08c1676b38ff75d90cc9400d8646692fc6e 0.00 MB 1 0
3,476 3,476 00000000c33b79503dd3fafc5458f642c487158dfe9f66ad02d8c2707834f678 0.00 MB 1 0
3,475 3,475 00000000d7da154ad91caa04a3ad22d0d319fd05510be6b6004cd9ed10439ed2 0.00 MB 1 0
3,474 3,474 000000006ac9437a950d4807fb7cf1aebe871fa223d99ed9450d4b7298739918 0.00 MB 1 0
3,473 3,473 000000000359123371b20ae4a028c46db0e1b46a734f83b562ee2bac09d38759 0.00 MB 1 0
3,472 3,472 00000000308072236407405a9105e73ab55ef5b8a557e93a10070a09cd174ea7 0.00 MB 1 0
3,471 3,471 000000009287915af840bbc3c23db76a3d354798530f7ef4b6b31e528b66f86a 0.00 MB 1 0
3,470 3,470 0000000097890139a9c9f3ac2b18b06acf561c8f88a0994496be23cb3311efc8 0.00 MB 1 0
3,469 3,469 000000004fdf06c2d7f5772873aa3b2e091f7733bd910c91b368114a066edbc5 0.00 MB 1 0
3,468 3,468 00000000819b993295d2540b1bd60ac2cfb74c821c85a6f8acc8b463cf443104 0.00 MB 1 0
3,467 3,467 0000000008a02a581506fb52a591a78243682a9993a0d8e54ca4064dc6318863 0.00 MB 1 0
3,466 3,466 00000000cc324877eac338c6f9163879b2fcbd5903cbeeefbef3da1f799170db 0.00 MB 1 0
3,465 3,465 000000004b9ce9bb495f1402d9d50b39bbe12d6d20cbff1214106d60c941186d 0.00 MB 1 0
3,464 3,464 00000000ee0bd02188f01c7aeb91dba868064b2d6dc0fdb19a9ade6313964fbd 0.00 MB 1 0
3,463 3,463 000000006aa047bf832dcdb8ab61a61fb56d159eec32b0a4db46aa38e9b00a7b 0.00 MB 1 0
3,462 3,462 000000007d9811ef1d4116eff0a9efeb186c3476ae948acb47a8e27ae666f3a6 0.00 MB 1 0
3,461 3,461 00000000d9b2b3ba324e4b112640fd077aab554c4a425b8f9f14b35dcfbfa173 0.00 MB 1 0
3,460 3,460 0000000097bb6a307e7d4d8eac9a119e611eb5308312ed6460a0dec0bed101d0 0.00 MB 1 0
3,459 3,459 000000006b53f3a991ed120f781e2643f8f5a83440a266a8c8dfafd4dafd596b 0.00 MB 1 0
3,458 3,458 000000000e5d6f32d0e5e08eb45eda56f536f98066c4b45eb4b0157217868494 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.91 GB sent, 98.22 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.