Memory Pool Memory Pool Refreshing

7,922 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (577,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,946 329,946 00000000000000000f7c515da1352f46cb55ba4f341b3ded90381a2d9417ec6d 0.30 MB 542 27
329,945 329,945 0000000000000000054f78565444a0cd6c920da28d217efc09fdd50c32448976 0.28 MB 324 21
329,944 329,944 0000000000000000017e1b8492568725e0c6dd0853fd6fe4e3c0d3ea72a79693 0.10 MB 177 23
329,943 329,943 00000000000000000ed7f5f6c52ae5ec41032cc3fd074968b9212e87035267db 0.02 MB 42 21
329,942 329,942 000000000000000008cc75725826005362837695d44a783181193b3be049d6d6 0.29 MB 598 26
329,941 329,941 00000000000000000d46f83c72f30d338881af2a4417b9f129b776bffe1df396 0.31 MB 519 27
329,940 329,940 00000000000000000a75ffa03eece9979b8685c49d8266bfd1032f65d35a51f8 0.23 MB 222 14
329,939 329,939 00000000000000000fce9ecdfa02bd9bb309e55ac91a64c44c2809919cf11bd2 0.35 MB 716 27
329,938 329,938 00000000000000000fc4cca1b6a49346772c557ca90c2555924e6cc645b0afc3 0.74 MB 1,571 29
329,937 329,937 000000000000000000657614104babe20c0f76066c288c0b849504ea11f7af6e 0.48 MB 777 24
329,936 329,936 000000000000000000f37fddab6ae59b06d55c9949c4bf35151b7776ff551897 0.32 MB 645 27
329,935 329,935 00000000000000000b954ce608c45c9229c3d8e0f8f710e5663e0bb9091d33e1 0.03 MB 32 9
329,934 329,934 000000000000000009a12fd09638b974e051a1a881a32fa4c174ac650af09e85 0.93 MB 1,456 24
329,933 329,933 00000000000000000f90b4530621f039889a6b4973ea4edce88a6d6f7f1ed05e 0.75 MB 1,382 27
329,932 329,932 0000000000000000037560e526f546426b82470fdfcbbbda6a74d70654e139bf 0.26 MB 534 28
329,931 329,931 00000000000000000ed46b33dda9ebee4d9a46dcd877349441a90f8ad70f03cf 0.48 MB 885 25
329,930 329,930 00000000000000001b52fec981c3c94110bb1fc6b8fedda56c8e85dfe3774514 0.75 MB 1,358 27
329,929 329,929 000000000000000011e2bd195f75c779bd1cc89a027bdf5dcd93e1bd49df2736 0.20 MB 381 25
329,928 329,928 00000000000000000f160f45870fc64d07c7c55c5533a7234f0ef3f13b426431 0.38 MB 699 27
329,927 329,927 000000000000000006adeaa9dbfe96939ee92ee4254f9ef1619f5290abf08a51 0.34 MB 958 30
329,926 329,926 00000000000000000c4bc45d87ddb168e9513c1e76305d3ff9fe0160e0f8dc2f 0.34 MB 283 22
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.