Memory Pool Memory Pool Refreshing

7,005 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (898,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,540 10,540 000000000f0b23857170053b0ed76934e6abd42d0ae62ebf1056f1c7f327f33d 0.00 MB 1 0
10,539 10,539 00000000c881db9a0fa4b1131ad887b502be24b9792ad320bc6b0177a74fa9c0 0.00 MB 1 0
10,538 10,538 00000000ca8050073868ebd23f32030e838fa9588b0b8b9746310c28c40418ab 0.00 MB 1 0
10,537 10,537 000000002159583f9ed0ccb614b0c5f41087a0f6a5ffcfda452b24d9206d45e3 0.00 MB 1 0
10,536 10,536 0000000009dbe8d1866a22463f424912679e9946f1a9c9659d1ffaa81043c0b4 0.00 MB 1 0
10,535 10,535 0000000088ef3836b75087dc34efa95f6ae9728f013909dfe47736d6d1d0609a 0.00 MB 1 0
10,534 10,534 00000000f0f5de02262920979749e238033b9fd3cd0a4e9c977306641a6eafb1 0.00 MB 1 0
10,533 10,533 000000002c6b71e7e52baf45d0ed58aca5c637b2007433a21f993d781fe9407e 0.00 MB 1 0
10,532 10,532 00000000aba119568a26c8901548381c6e847a7171e7567fbdf23b134ba2f908 0.00 MB 1 0
10,531 10,531 000000001900f6bc29fd45bc6c99e79a1a8391500044e5614d4000666d94b5d4 0.00 MB 1 0
10,530 10,530 000000007235af780170d74cbf994156ba7a0042a77aa1ec993576ec9b17ce5b 0.00 MB 1 0
10,529 10,529 000000004efe71028841fbd3d02a78f47fd90b749ac9cac7e224e0a46f6e5450 0.00 MB 1 0
10,528 10,528 000000004df827a4d02ae8fc825e4bea3b2473b3c008e6477e6515455983d422 0.00 MB 1 0
10,527 10,527 00000000a683a7136c7e30858c9474f71197c7d40af82ef033914bb76fa59b2f 0.00 MB 1 0
10,526 10,526 000000002bdc617af4f625762039d1c95ddac1fdd9e1e29a98d11c8109f440d6 0.00 MB 1 0
10,525 10,525 00000000642cb8ea775872bbe530f2c9fdb42b4c5032f77708686bc3e204fd52 0.00 MB 1 0
10,524 10,524 00000000be1adfd96612777e68bc31676caaf84316e04230ae0dd7965069db7a 0.00 MB 1 0
10,523 10,523 0000000044391017851ab5022261c605a69b8f745413377352a5be89581568e5 0.00 MB 1 0
10,522 10,522 00000000d8de941d20d20d577005b9f81fd5021f4fb79b80ee37f014b8989095 0.00 MB 1 0
10,521 10,521 0000000027f0ce2047836bcb75a0000eb7744757d6e29a3d2505388c0a7568bd 0.00 MB 1 0
10,520 10,520 00000000699119a6e5061ab24065db9eda22579a08b3150dcc504e17a0881f83 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.