Memory Pool Memory Pool Refreshing

8,658 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (795,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,003 112,003 0000000000003206d0671a8ec92b8fecbcf567eb01dc432986f689d3c4988f44 0.00 MB 8 3,878
112,002 112,002 000000000000f64bade25be104f86197c72117a81bc1dbb6b6f2415a41d5a00f 0.00 MB 2 3,891
112,001 112,001 000000000001035d056c81d4edbdb2763e40739fd0b2f9cfa06f657299f4f66e 0.00 MB 7 3,227
112,000 112,000 0000000000001d69b3899a49f37799c375a7471829953d5470f468f48ff70432 0.00 MB 1 0
111,999 111,999 00000000000065e3af34797fe53f6f355c2bf40ac13b27784e6876c0c0788117 0.00 MB 2 3,861
111,998 111,998 000000000000eb596a34c7e34fb432e2fb0549ab955777dd580fb7425daecc0e 0.00 MB 3 3,883
111,997 111,997 0000000000007d8c1f5ca62273467338cab3af2d16b5e170bbe9635cd050a4bc 0.00 MB 5 2,205
111,996 111,996 000000000000857eabc539e0ffb32aa689d37e656bf846856f59b564b63904b9 0.00 MB 5 1,937
111,995 111,995 00000000000028f61789b9e388d571924b487fc76014b69f4ac01de0fe078f3c 0.00 MB 2 0
111,994 111,994 0000000000010e6429300ebe5e5c4f2e01098a12c7cf62deb54755d5e9c66cfe 0.00 MB 2 0
111,993 111,993 00000000000103ac9c3c0fdfb5d01ba876860a5e58f958c358106047a134a85d 0.00 MB 2 0
111,992 111,992 000000000000b89714fd2492e3fb0cd908042bbd00dad4127afda4b2b1fe1407 0.00 MB 4 0
111,991 111,991 00000000000030d4c3de6cd858636d79be99c41ce81ea5b92c35215496378bda 0.00 MB 5 0
111,990 111,990 0000000000004e954a56477451f25c76382c395a0753d124aafadc29e0c458d4 0.00 MB 4 0
111,989 111,989 000000000000aa3a2d7cf8f1a97aaba2e4136c035aa6f6175d9986abf66a557f 0.00 MB 8 0
111,988 111,988 0000000000001578820eb08417a908a98b3ac287cf3b313c5ca5b6323d2dca5e 0.00 MB 1 0
111,987 111,987 000000000000886de0f53e084b6fd42dafb648f33bc015a52dc36de88fc589c0 0.00 MB 2 0
111,986 111,986 0000000000007c8ee32cb2748578f496ab3f5787f5278b885e388dbda40c2ff4 0.00 MB 5 0
111,985 111,985 0000000000003719bab2cb3f6b4984a923af4c08fba8bcf9d451825fed9b9d25 0.00 MB 1 0
111,984 111,984 000000000000022042381c44522bc434dfed61a33c6d6641c45027d7068951b6 0.00 MB 1 0
111,983 111,983 0000000000010ad4b0c29c0bcb85a61b85bc79ecb9a3c0a7f878356fc579b2fd 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.