Memory Pool Memory Pool Refreshing

1,725 transactions
0.48 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (805,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,459 102,459 000000000001e304173a4c9d4d24e55e1ea082354faa09ba6d5d9ae1c9cad7b3 0.00 MB 5 0
102,458 102,458 0000000000008e213c16a13c547cee9df12a46e0d4c901124f21adf70d7314fc 0.00 MB 1 0
102,457 102,457 0000000000025dd66765a4260f9ae9401c4144bd025a6c781c4b61b3a6641adb 0.00 MB 1 0
102,456 102,456 0000000000005503f97cf3632f0617e296be67af32d7831e48d4487f150b7583 0.00 MB 12 0
102,455 102,455 00000000000325a9ccec0b37136eced512fd00de11b83e122edec49d28edef10 0.00 MB 16 0
102,454 102,454 000000000003183328f982f20f655cc57cf87661ec3a91c1855205b4d60f2d0d 0.00 MB 5 0
102,453 102,453 0000000000032a28a95c6740962484a707e5228a29bb2a1df135f3aad5cb121a 0.00 MB 2 0
102,452 102,452 000000000001dd2c62252ae49d56bc229b69bc6e72849f3a9790e120ba0aaf6f 0.00 MB 2 0
102,451 102,451 0000000000039d115bf118afdd7de53c0e074a58aa3bb4d1689fde3abb0699c4 0.00 MB 5 0
102,450 102,450 00000000000232f40bde976169dc72bb8ff38532faa69463ba6ee8cbcfc6ff7a 0.00 MB 3 0
102,449 102,449 000000000003a90cb013dc20e7997e11d2ab0d47e01572c2f1faeefac5d41674 0.00 MB 2 0
102,448 102,448 000000000002af539dace5b73f37cb2b39f15ed2fbc9594acd266cb5441caa2d 0.00 MB 3 0
102,447 102,447 000000000002b0df43a3687662e59f0e848926ff0a32b23a7e026a56273bc97c 0.00 MB 5 0
102,446 102,446 00000000000273f06ba570202f1f5d6b2c84af0e276897eed3fd64bb3509f68b 0.00 MB 4 0
102,445 102,445 0000000000024f1412e8177bb9bab89ccf4ab1f0cd64a11f96f0209795d177e3 0.00 MB 4 0
102,444 102,444 00000000000032995c6d7ecc7db8ed6967001aa0bb4c80bbfa8558d984e5f83d 0.00 MB 12 0
102,443 102,443 0000000000027f7f72d2aec7cf28f13de1304f902d331b61fb70a7b8f501be1f 0.00 MB 14 0
102,442 102,442 000000000002c2347b6bde96ad1f11dc859bad2399aba725f4033714908e9cee 0.00 MB 14 0
102,441 102,441 00000000000130d89c4c16f7e1153a4dbc9783ca1fb8a8346ff02085409625a4 0.00 MB 14 0
102,440 102,440 000000000003cd520e67e16c7432320f180754af3022091ecbf30d18fe01dee5 0.00 MB 14 0
102,439 102,439 000000000002eb3393d965cdfb9827986efe49b8bf14e2728f1d8f2050a9db3a 0.00 MB 14 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.51 GB sent, 99.70 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.