Memory Pool Memory Pool Refreshing

7,720 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (639,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,877 267,877 000000000000000695d5774ff69a5b05d7187d6aa69b755dca938a303f298c62 0.15 MB 157 29
267,876 267,876 00000000000000049ff9b10089a7bdb170a57f12d6ef926905a24920b5217f85 0.11 MB 205 53
267,875 267,875 00000000000000042cf5504e7ae18f57f4f037dfbcce41f1d2a91cc5e0955db5 0.14 MB 210 46
267,874 267,874 00000000000000090da0511c012b8751dcc6fb2eb878394e1ebde4517ae78355 0.25 MB 584 94
267,873 267,873 0000000000000002125d6b0e35e3ab3c04c84958ba377ff25ff9ac98bed4ab34 0.04 MB 112 85
267,872 267,872 00000000000000095eb9f1e859d903f5b086e5a91ec90e9e31d3c017a9af1457 0.05 MB 112 63
267,871 267,871 00000000000000020e681475701791b5eb1ff7036d93948b9d426f5556a58e74 0.09 MB 119 39
267,870 267,870 0000000000000007dffcb4985fff4dfb617794f7730e6176371d854c47c91624 0.03 MB 63 46
267,869 267,869 000000000000000794bd6c3d9e00ffba4a0e7cb5742e37b482ceffb4da227046 0.07 MB 16 12
267,868 267,868 00000000000000001668952ea4a9da7a9cb6ca2a465ce6240514f4bb9f8fb045 0.04 MB 51 28
267,867 267,867 000000000000000439efb8773024eff5eec5d130e63f29573b85768f4c0f5367 0.14 MB 172 40
267,866 267,866 000000000000000211a555037220429d355c404829f23222439c2b15ce6d7d47 0.12 MB 165 38
267,865 267,865 0000000000000000448d25c9bd8687d960dfa94e8b1510ee5a1947e6397cb48c 0.21 MB 452 98
267,864 267,864 00000000000000007510ffdf60a60c520c7f900698ffefef924efa335548b5a3 0.01 MB 22 68
267,863 267,863 0000000000000004b8ab254519c0e3664e032607652b48556cd2ac9615d9f1ec 0.09 MB 226 76
267,862 267,862 00000000000000009f3cf0f1dd66be4334272aa6cae4805cdaf3f56a9adde77e 0.19 MB 468 110
267,861 267,861 0000000000000001fc9dd0d9881bacfeefe9883fce2399dd6336f13720cafafa 0.07 MB 126 50
267,860 267,860 0000000000000002a14bcfd863f29c63bb1d37302b1d544a45f8a23df1ba872f 0.02 MB 31 53
267,859 267,859 000000000000000ae6f871a9d6be16dbc2d69149cb6304df14d8397f937eab26 0.05 MB 102 31
267,858 267,858 000000000000000a9b9c6e37ae22e8d3273e1da91c4234725a4f4f93bdb5f856 0.14 MB 245 58
267,857 267,857 0000000000000004a60d5efd6782f90a3f69222498035eb6d32a9d8bf6e39479 0.11 MB 238 80
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.