Memory Pool Memory Pool Refreshing

3,852 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (581,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,851 325,851 00000000000000000a80b64c21c87b3918442d37db78b43cf94bd794d3c475e4 0.29 MB 621 31
325,850 325,850 00000000000000000c43fb962f7d1e5c2528b8060d909515df517fc717395783 0.04 MB 91 32
325,849 325,849 0000000000000000027952bc90486ca5a450d8faa31598d4e236a4ded4d79f79 0.16 MB 303 25
325,848 325,848 00000000000000001e24b8694cf40cc8c09bce4d8a0ba35ae6d35125fe73501a 0.28 MB 534 38
325,847 325,847 00000000000000000211c1d2501d01755e36a8c8e9142ee93309fbb63f29b7d9 0.22 MB 463 28
325,846 325,846 000000000000000004110be29e5ff2d9b4c670e0f33eab21d88f59836536e86c 0.18 MB 372 34
325,845 325,845 0000000000000000059b0a55476753235302a90a09676bbe73f7aa51ee93faa1 0.30 MB 603 29
325,844 325,844 00000000000000000981f5a3091d5778dd92ef6dba841ef1ec785fd3c2cbfa1f 0.02 MB 42 23
325,843 325,843 0000000000000000168e5d587edb6cabdf3669be56844c754a0d65671100e2b0 0.01 MB 12 25
325,842 325,842 00000000000000000c322c53ed020eed01fd73c6a8b9fa57b5703dbfaf7aca48 0.22 MB 464 29
325,841 325,841 000000000000000017f805f5b1ea24f5084cc113b5929a4754884a937ac50dda 0.08 MB 159 29
325,840 325,840 00000000000000000d486aadbecc1d123f53e6503348455df7139e2a799bbc19 0.38 MB 929 31
325,839 325,839 00000000000000001c8c567db60be61d3dcc293c5c11f637de3eb88c87002c93 0.00 MB 1 0
325,838 325,838 000000000000000013d3ac38a746b4108304283eab514ca6f37df9da11dd286f 0.32 MB 673 32
325,837 325,837 00000000000000000838a05fdc4d847084847c4376d7bfe5b076fcb0cc1423ce 0.18 MB 339 29
325,836 325,836 0000000000000000153b677666883674009041d903a979dc592c46a96f799378 0.02 MB 35 30
325,835 325,835 0000000000000000075fad6faa4a9660a96d2c0af7e121c7dfcc40dfe6c5add3 0.05 MB 98 28
325,834 325,834 00000000000000001a50cef870900dec3e35de451ef15400632ada9be0f18a05 0.11 MB 189 38
325,833 325,833 000000000000000015021faa0507f66d802c23f8f8aa320f020a010c4a4ad955 0.19 MB 332 30
325,832 325,832 0000000000000000022e90f498462d91d8e2bc19dd4551124b74bc57a9a107ce 0.07 MB 119 28
325,831 325,831 00000000000000000a143f68b7761c5bd94b2644bfda2b9b626f4786f319c71d 0.11 MB 241 26
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.