Memory Pool Memory Pool Refreshing

7,285 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (604,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,930 302,930 000000000000000018c0cdf92312d96a24dc4ead79d7f2bae3cfc756b595bae9 0.35 MB 752 32
302,929 302,929 00000000000000001b625f1a25d11ed040268868d9b1a395a57d7bae3a824047 0.35 MB 756 37
302,928 302,928 000000000000000064eaa91c05146f2dc3759e97fe6b4e20078969222b02adde 0.35 MB 852 35
302,927 302,927 00000000000000003d87b94b88e64fc71079fa654b66d774631bf555595ca1fe 0.16 MB 512 53
302,926 302,926 00000000000000002802d506f2c8478e5c5fedc02d2766e8df3293d16f3bda44 0.03 MB 55 22
302,925 302,925 00000000000000004ae650deb1df14506438ce7acdbd760215f1e34eddce307c 0.62 MB 960 27
302,924 302,924 0000000000000000580564dc5b34c8bcb56c25a1d5fad0234d592a36022fcd18 0.23 MB 372 26
302,923 302,923 0000000000000000242340508ca8f9ce6fb23f538dee2f26b4d1ef7f2ace8959 0.05 MB 109 33
302,922 302,922 00000000000000002d732da92c83c9b435306f837ff0e3849f0e2efdfd92a386 0.28 MB 470 27
302,921 302,921 00000000000000004c0efca7bc4c32cc2ef77a8d7bd21a185e506b2e6289cc8d 0.10 MB 161 27
302,920 302,920 0000000000000000459eae4423d581e45fac5ad43e9aa10feb88f53bb7eb5238 0.63 MB 1,170 33
302,919 302,919 00000000000000002202b1678c1ed88404d4ffd88d631252b3208bd09b26e036 0.41 MB 542 23
302,918 302,918 000000000000000022e471e2216231c890b1048d643ed0388570f6da1804221b 0.32 MB 574 29
302,917 302,917 00000000000000004e8a4b41505dfe4117533fd67e31ae14f16b0c8c76ff3e8b 0.01 MB 25 35
302,916 302,916 00000000000000002b3f8495dd4fd1a94b53d1416dbdfb7b3cd701e92c4e8773 0.05 MB 79 16
302,915 302,915 00000000000000003733d1b095d49405d9c31c791ff0250211240a8413470ba1 0.10 MB 205 29
302,914 302,914 000000000000000062f3768045c78f586287403e431381b5eb68e54b2b76ba69 0.14 MB 221 27
302,913 302,913 00000000000000002b5b6d55903e3518bd5d5c22a1b66c5090684111a1b59ff2 0.15 MB 277 25
302,912 302,912 00000000000000004da0c2b6b1e58369d4ba84f88ce428478d2a657f83e5c2b0 0.25 MB 409 46
302,911 302,911 00000000000000001acc3381aa3fa7679f5aa2e2e37323c6008f2f94881635a6 0.36 MB 405 22
302,910 302,910 00000000000000001e8a2eaf7f02a4f0494af0dec13f04e47224e2e71e80e3c1 0.35 MB 809 35
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.