Memory Pool Memory Pool Refreshing

13,766 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (25,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,017 882,017 0000000000000000000229f1d8b5e618bb439204ebb7ef14dd2541b54010bbe7 1.58 MB 3,733 5
882,016 882,016 00000000000000000001ce9b4550473cb78c7636e27c4a0170fec38a3b4213cd 1.51 MB 2,755 3
882,015 882,015 00000000000000000002502bf81a552bba6443d0f954b5ff0e78b5ec88a7998f 1.31 MB 886 1
882,014 882,014 000000000000000000009d74070bce776b1f54d323c869745d3b1c971af0bcf6 1.18 MB 961 1
882,013 882,013 00000000000000000000f3feed4b2818af18e409d6ae372c0d21930cc2fc7242 1.32 MB 796 1
882,012 882,012 000000000000000000001c4a4ec50125c5ccc677e5bb4a69d962670b1adf172d 1.67 MB 3,226 4
882,011 882,011 00000000000000000001e6ef9b2f2af73e46eec948fcf7061d2ee97411001688 0.29 MB 746 2
882,010 882,010 000000000000000000028de0d42855da005593ff97b9f96447894c11e00f16c3 0.98 MB 2,005 2
882,009 882,009 0000000000000000000278b2740a43d8f1ec26ff28f8660876af9df0c64e116d 1.80 MB 2,253 2
882,008 882,008 000000000000000000012abb0d659ff45fd4eae42e4fae969ce74ae0c14819df 1.83 MB 1,372 1
882,007 882,007 00000000000000000000865c88bc1d65ba75e8ff002645c0a03286b3f4f44733 1.67 MB 3,171 3
882,006 882,006 0000000000000000000019a3a8be3cd67cc695ee807ab8d98312d68b450f6be0 1.55 MB 2,014 2
882,005 882,005 000000000000000000022e4a8bca87fd85e3f9034f6cbe89b7f0948722c2c57a 0.98 MB 1,570 1
882,004 882,004 000000000000000000003c7ce72b8fe4351c8b4f500d0902b2b4b923c9509f53 1.77 MB 2,705 2
882,003 882,003 000000000000000000002b86bb8f724f5044a917fd845734f8dac779d380d112 1.68 MB 3,084 1
882,002 882,002 00000000000000000001c5f91aa2827b7b57a7123705dcf97d49ff3d57ed05c2 1.92 MB 1,882 2
882,001 882,001 0000000000000000000002330d371b33ac3648230ccb7f34e2e2fde43f1e4634 2.00 MB 1,114 1
882,000 882,000 000000000000000000023eced16719b1b3e187f882371515630e9ff6cee6a3ee 1.85 MB 2,688 2
881,999 881,999 000000000000000000015d0143f888735fe6fddbed529ed149aca5f3b184daa5 1.69 MB 3,222 3
881,998 881,998 0000000000000000000056a4a64a81589e83f978e51a1c8d3133147a82470f7c 1.72 MB 2,777 3
881,997 881,997 0000000000000000000166b13dfe39b568eebe34c076d570bb574eaf4862506d 1.64 MB 3,438 3
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.