Memory Pool Memory Pool Refreshing

2,052 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,012 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (582,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,357 325,357 0000000000000000040cdf4bbcb20598a001d4f344b36d0a2ca0e1eca85e78a5 0.24 MB 296 30
325,356 325,356 000000000000000005b74779bddbd3d82d3386ed28dee32fb387cbe397ed7421 0.35 MB 673 27
325,355 325,355 00000000000000001290048610ee90c5e82bd257955b8940d1953b45fd8f8273 0.75 MB 1,068 27
325,354 325,354 0000000000000000100a9ec216e933cd6b420d65888164ce9b974bd829f6c35e 0.75 MB 776 22
325,353 325,353 00000000000000001be4cc0455cb0b2ebf51264e29e613a97e04f61f17482bec 0.35 MB 413 19
325,352 325,352 000000000000000015dbb576869d02d87f71fa95622109ef1d926f7bf1f439f4 0.75 MB 1,828 47
325,351 325,351 000000000000000015dca076c485df1f3d60aa7224b3b3e6bab0b8f88b4cdd5f 0.29 MB 444 25
325,350 325,350 000000000000000019ceddaf57cdca5030cc9f886036d027134a8fa7c83a6451 0.91 MB 1,197 22
325,349 325,349 000000000000000008f756c08bcf5277d9c0443860b43adf76573b7f92e7daad 0.75 MB 1,576 31
325,348 325,348 00000000000000001dc7a77d50b48804f78b4e90c203811dc1dba4be0d3929df 0.35 MB 1,056 55
325,347 325,347 00000000000000000987d2b8e12eb681278229d8746253b520c5a4e8c258f831 0.39 MB 650 27
325,346 325,346 0000000000000000054766771851d8fb63dd436cd02a7e7ebfe2aa83e366f1b6 0.07 MB 154 28
325,345 325,345 00000000000000000e259901d1140fc949071ea132a775a3ad07b510e8fb4560 0.56 MB 863 27
325,344 325,344 00000000000000000f8ac60e6e625008c8b1af8e5c3e4c2f2c670c67c0360fd0 0.07 MB 96 20
325,343 325,343 0000000000000000164d28e4d43b91b5ea7ac96c38c7e6071b21040ed7e58b3f 0.13 MB 278 32
325,342 325,342 000000000000000011198dfa743e332b89fcb22d97bb15c7a12085568259d62e 0.53 MB 650 22
325,341 325,341 000000000000000005273d7a610026b6b46731c5c97ed851844d78ad7a0420ec 0.22 MB 512 37
325,340 325,340 0000000000000000117044f0da99c88f1266c57eee5a7f08e2eaf9a9a83091f9 0.54 MB 679 23
325,339 325,339 00000000000000000bd44cca7ca384eec6012680cc2d546e8b5a9e3eaeecbeac 0.48 MB 686 24
325,338 325,338 000000000000000012714c56d7e24d685cf257107238ce8df6c2a5c467335a8a 0.04 MB 74 23
325,337 325,337 0000000000000000033840e144be1b3d2b4a15a15cf099bd67579525690aad71 0.19 MB 344 35
Previous 10 blocks ↓
Total Size: 769.06 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.82 GB sent, 93.17 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.