Memory Pool Memory Pool Refreshing

1,732 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (577,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,951 329,951 000000000000000002ffc74605f7a8539c239356fdf504e3dc1ce4c0cbdbb8cc 0.27 MB 495 23
329,950 329,950 000000000000000001e2447370957c56c9f6e628a9186cbfbff2673110737711 0.58 MB 1,085 26
329,949 329,949 000000000000000010d98ac5f4a41ce7b7becf2373ed4149eccccb6ac113e984 0.12 MB 234 30
329,948 329,948 00000000000000000b0cd52e82b0fa2980788838b9c64c05c120c2643efa7bdb 0.14 MB 253 33
329,947 329,947 0000000000000000069948450d1c42459cc98f13a424f1f4b4705675b5284269 0.09 MB 136 22
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.41 GB sent, 93.43 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.