Memory Pool Memory Pool Refreshing

3,154 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,524 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (772,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,824 134,824 0000000000000841b5fce5967ac85be8d4af62f957f46a9de35f078ce30c8bf7 0.04 MB 95 233
134,823 134,823 00000000000006f650e618fbd482152b240d7f5292955ce04f398d95f7621b33 0.01 MB 28 751
134,822 134,822 0000000000000c066f239b2b4034c24d29fd215b1dad02c21d9ef4d472e4593c 0.01 MB 15 817
134,821 134,821 00000000000002a36ed85b67d0000a34fe7fd9f803441c86a392b7b2b21ee72b 0.00 MB 1 0
134,820 134,820 00000000000007186d52cacd3c79efa67f531fd7eb343303ecc3ee81ae1842cf 0.00 MB 15 97
134,819 134,819 00000000000007432633e1ab046d925e338e99498971b6a283bd744c8d44dc0d 0.00 MB 14 304
134,818 134,818 000000000000071e9a4a58dcdc65211752c4ff63f302818fc0ffa17589821bd6 0.01 MB 38 313
134,817 134,817 0000000000000337e66129d12df74d254cd848d6ce7367c83a4efa5da71e506b 0.01 MB 13 506
134,816 134,816 00000000000003138f712cb8b91faf8ba2256a6fb7bb9b8b02fce2834539890c 0.02 MB 37 251
134,815 134,815 0000000000000bed1a2928a1ecc6a3d92fe6ac5125a0f2b826745b1fcd546f61 0.01 MB 22 739
134,814 134,814 00000000000004067805789605d30f27bdb74414e416731cbfb9f03f8ce172cd 0.03 MB 106 78
134,813 134,813 00000000000005e247fc7fcf0c7059a5830d8704efdb003873a9d27b30e6ce6f 0.07 MB 97 452
134,812 134,812 000000000000091389e200ddfcbee1e7bc5197c8f0728b62d9b02614defc15eb 0.03 MB 37 110
134,811 134,811 0000000000000c299ad1558382da8abcf42b2e451f03c4fe0dce4bfb91a22b56 0.04 MB 47 1,133
134,810 134,810 00000000000006ebbb2802a2f3ce0435f8169b7c5b1a9c159bb233bc4d270796 0.04 MB 137 155
134,809 134,809 000000000000007a23731ba0c8b1392cb3d5d73c2caacb96b3c665aa563fe241 0.01 MB 13 1,609
134,808 134,808 00000000000004df98c603ce378957f61ab1468b6a952a53d950af8b1e1742db 0.02 MB 44 540
134,807 134,807 000000000000049c08d5e73528beeb819cb561254d2c9aa9c262aa9ab931b336 0.02 MB 23 250
134,806 134,806 0000000000000b02a4640ad85fde7c70423714d68b5899412341ab5d599ebb36 0.01 MB 30 490
134,805 134,805 000000000000063759a6cd003284ce640e827b5de01438a960c15db2d72d5879 0.04 MB 59 773
134,804 134,804 0000000000000369ada5fc68d4226fc635a315c92047694b83f2aa32a43a229b 0.02 MB 45 252
Previous 10 blocks ↓
Total Size: 769.13 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,630.60 GB sent, 93.52 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.