Memory Pool Memory Pool Refreshing

2,447 transactions
0.96 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.95 vMB 2,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (630,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,943 276,943 000000000000000374a7b6359cc993d3638c72c14d8c7529fef7e6e7e545bffb 0.16 MB 305 58
276,942 276,942 0000000000000002e14e03f1162885d74e1d39c9016401e537c9a62c2558d158 0.15 MB 169 19
276,941 276,941 0000000000000002591fda47c52e3f816031328bdbfeb9f68d67eebb9968baa8 0.08 MB 117 42
276,940 276,940 000000000000000349b3b84fedc6be1a7ebd20f27377d08f2fda2f1036e83af1 0.12 MB 188 42
276,939 276,939 000000000000000202e23278efb3fea7c261ee7186de389e1594285f54bbf85c 0.15 MB 131 11
276,938 276,938 0000000000000003064199f07fbc4fcadc7894403983525f77e2b447289eb9d6 0.01 MB 19 49
276,937 276,937 000000000000000011071fde5c66d3c5c50b88795665bd51858b1a4aada4d27b 0.21 MB 480 53
276,936 276,936 0000000000000002217553b052adbf99474d83aea9b1333e5035868ddbc13bd1 0.18 MB 438 45
276,935 276,935 00000000000000022f1d81992f0ca2b1bd658075a61103155a63201e208e5583 0.15 MB 290 36
276,934 276,934 000000000000000136b5f4be351bd98d799a71c649a502c209e99a284650f2b3 0.36 MB 775 43
276,933 276,933 0000000000000001add7cf0bbc4520992f0c9f4346391273f27a93513a806a27 0.02 MB 27 65
276,932 276,932 000000000000000246ec7f1ec50015d723c7f4d0def1a03fb3c64222f743fb6d 0.09 MB 153 30
276,931 276,931 0000000000000002464a696934a2da5716e5bd3997ad31c1722e0eef2b5cc297 0.15 MB 69 4
276,930 276,930 0000000000000001c46ee9b320eecddfcf969252be307e9750ba1087c32717a1 0.19 MB 341 43
276,929 276,929 0000000000000001ca74de03fd90d531a199e945b3f2e1ce1f276955dc344020 0.26 MB 606 57
276,928 276,928 000000000000000087026b5696286223acd98ce3de64fc13f32a2ebf36d4fc32 0.23 MB 552 64
276,927 276,927 00000000000000015653a2c7c44d3e3257e8eb27443f7b478ef84c6644f0d7c0 0.15 MB 355 40
276,926 276,926 000000000000000071d92c00ad20140432a70a6c94400d1a4eb96388a63023bc 0.03 MB 85 128
276,925 276,925 0000000000000002b845fbff0deee8f022b824a1745f4f0902ad2e262124283f 0.29 MB 662 58
276,924 276,924 00000000000000031d56f4cab713df1068ff9e7824b4ceb0d1be1fe0e82268b7 0.25 MB 600 68
276,923 276,923 0000000000000001f99092cb8770d69dbb7d19b49bf8f8b0c05fbf639aea1c6f 0.03 MB 69 110
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.