Memory Pool Memory Pool Refreshing

2,468 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,464 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (80,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,955 826,955 00000000000000000000bf9e9c6c62bfdfa6f8fc9f379d8193dae8bace1e1ce7 1.02 MB 282 30
826,954 826,954 000000000000000000014986090ef46158cc9cf86cce2cc9ac3d55b676636886 1.31 MB 1,578 36
826,953 826,953 000000000000000000000328f23b0c1a5fbfd7a1c8c8c5e5bd9c7676d8f91676 1.70 MB 3,521 44
826,952 826,952 000000000000000000031de7640c2d107c7283263a2a4e98f95a63e3de0716b2 1.59 MB 3,050 32
826,951 826,951 000000000000000000004b48e05ac7ce5c90a2f6c30d8e3085da5d862d5a6f6e 1.63 MB 2,439 43
826,950 826,950 00000000000000000003b42b2dde86bae27daba5954204c43b4fc5ca0eb412b1 1.67 MB 4,048 36
826,949 826,949 000000000000000000015c0b74d5304c29be1f05208610b42432cb517e958402 1.41 MB 1,704 37
826,948 826,948 00000000000000000001e262287c6657d54c67e29bdd979c0b552325a26f57ec 1.21 MB 1,302 35
826,947 826,947 000000000000000000029d8e27b1cbc21d5288f6282a553f1e932abb8a477932 1.03 MB 243 30
826,946 826,946 000000000000000000002502d197a3dabf36c50308da07ea7c881e6d3c83e981 1.52 MB 3,080 33
826,945 826,945 000000000000000000038d23dd73c29a791a07549218cbec2e10377d35bfc789 1.19 MB 1,150 30
826,944 826,944 00000000000000000003b4450ad9157ebb3d0f479ea42eb61122347fc15106b0 1.83 MB 4,164 36
826,943 826,943 00000000000000000000ed341755ddc13f685e3a8e8127961abf07e81b20d4d6 1.47 MB 2,205 36
826,942 826,942 000000000000000000032252f6e6b570c57e8561826267e98eb56f572de9dec5 1.07 MB 567 32
826,941 826,941 00000000000000000001f91bf540f90f7c417e894b9bb63e905979ad55d015c4 1.40 MB 2,613 32
826,940 826,940 000000000000000000000bd1ce57f4096ce92776580b09711e037c0ab7797a4d 1.52 MB 2,106 39
826,939 826,939 00000000000000000002c0460a6512bbb28429b466a258c518c41da78a4b0747 1.52 MB 2,955 33
826,938 826,938 00000000000000000000d879884f4f531109742c18585079adfb2b89e11b2f19 1.41 MB 1,761 37
826,937 826,937 0000000000000000000245cd55a4c9dd173765fc735562720bb0c1c2fbfe708e 1.35 MB 2,251 31
826,936 826,936 0000000000000000000304a6f0ba2e4b41b3de90a1639ce947e2ce13744db56e 1.66 MB 2,907 39
826,935 826,935 00000000000000000001a324cfffe8fea01f23fee1a6b8c1afb3e9cda28300b8 1.56 MB 2,103 39
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.