Memory Pool Memory Pool Refreshing

741 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 737 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (44,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,935 862,935 0000000000000000000007d20e1484761c066a86b116f9db3db75d23e8985c8d 1.66 MB 4,192 4
862,934 862,934 00000000000000000002cbf265f49481e35999953eb24feb7d0146f48371411c 1.60 MB 4,626 5
862,933 862,933 00000000000000000001b10f59f8093b263c32e58fcd8ec9c072be80a44c90e8 1.62 MB 3,450 5
862,932 862,932 00000000000000000002546d0a36603512f570fc82fc4f244ec324e6f0ec46f2 1.54 MB 3,204 5
862,931 862,931 00000000000000000001d132a53fa4005df1374fbd1fab2ea99321d865b92a1b 1.61 MB 4,085 5
862,930 862,930 0000000000000000000293b1e65eff862bd49a7aab3e5f13c9c78b4977905155 1.62 MB 3,664 6
862,929 862,929 00000000000000000000ff797d6be0f13739a70c9bd1e7f151eb4f9009a16796 1.57 MB 2,600 4
862,928 862,928 0000000000000000000320cc6069557364a030e3dd3c3c9c186c90bec0655198 1.72 MB 2,406 4
862,927 862,927 00000000000000000001c00d726d0d61294c4eb5496b7d2cc949579d71dd4b10 1.63 MB 3,743 5
862,926 862,926 00000000000000000002d171f1dc0005eab5f224c0a694f1044cad04390cd426 1.60 MB 3,393 4
862,925 862,925 00000000000000000000e0d9c1e7b72486e6e2355a28ac9b5dd0f6ee37c7ba8f 1.54 MB 3,861 6
862,924 862,924 00000000000000000001a5f41e9e5777e7d4b095670cfceea3ec0d7d48e462f7 1.54 MB 4,892 5
862,923 862,923 0000000000000000000280c0454870f1a5a645b388b025dcd08601f1f6f0cc8f 1.62 MB 3,378 3
862,922 862,922 00000000000000000002df8c439643a2779789ba8687712557ae35dbeed49244 1.56 MB 5,193 4
862,921 862,921 00000000000000000000379d68324c66a20e362fa5cf240c9586492f7b1b7988 1.43 MB 6,959 6
862,920 862,920 000000000000000000023f78b41396d499d998af2fdcbcefedee40386b1b083e 1.47 MB 6,202 7
862,919 862,919 000000000000000000001c96696f97ca1e8c178696ef6a402c3bacdf21f91e38 1.55 MB 3,446 4
862,918 862,918 000000000000000000014ca4f7f1fe1b8ee7120ce49a575063fdc6559d51dc7f 1.56 MB 3,515 9
862,917 862,917 00000000000000000000f73cd9340da70aee5673e3911ebe1a1b386808e9bc87 1.64 MB 2,031 3
862,916 862,916 0000000000000000000104f8c0ac194d8ba98d5851fbe62679f5a74baa6f0032 1.87 MB 618 2
862,915 862,915 00000000000000000000d02dc3e1466e23244db62133fcdc5377887724728152 2.08 MB 1,153 3
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.