Memory Pool Memory Pool Refreshing

4,258 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (614,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,986 292,986 0000000000000000c62948760524bf7b43bc9bc8fed26e5c9947e2e1386169c0 0.20 MB 512 39
292,985 292,985 0000000000000000a3a71706561928b370bcf4057ca79329400ca0a40b1477e4 0.37 MB 780 38
292,984 292,984 00000000000000004c5ac9526afb3c0612caa49c446c151d0844ba9e1a3ae2b5 0.15 MB 256 28
292,983 292,983 00000000000000009e3c7b94e2cdc6c8aa8afca46264c04de18c11c17321a784 0.13 MB 218 28
292,982 292,982 00000000000000004d1d61081dc22200b75b66d0d1e1692639233e5386c383ab 0.05 MB 128 45
292,981 292,981 000000000000000017bef2a8e38ef01aca24f38d593124bbbad9589980483943 0.13 MB 218 27
292,980 292,980 0000000000000000c0e266d7d458e1739e20c6b05ac645742a80701efaf0f96d 0.02 MB 30 23
292,979 292,979 0000000000000000677f0e411c741926994d08124e5161459794be4c32e8e0c1 0.22 MB 380 34
292,978 292,978 0000000000000000bef0cbc445aa849539721c1686c733415a9f162900346d92 0.04 MB 48 14
292,977 292,977 0000000000000000dab55514989729104969a8cdb3df30dc5f6c4e2b1f93a455 0.22 MB 470 36
292,976 292,976 0000000000000000304fcf5e49c15d5e20c7e4340122f2c221f03c34e784efc5 0.19 MB 420 39
292,975 292,975 00000000000000001117ed1c5b120662ee6f7451e42722f6bdbf57508d54bd2b 0.39 MB 766 35
292,974 292,974 000000000000000062b47b3ada77667109c0b2d9fcecdaf3cda33fbdf35a49f4 0.04 MB 45 8
292,973 292,973 00000000000000004c55a1f326bc5d2e343688897d3c617c8165cf05611abe2f 0.04 MB 78 35
292,972 292,972 0000000000000000a537902c65fbb4aeb74e1cdac26fff90e34bc5a463c8a3bc 0.48 MB 569 27
292,971 292,971 0000000000000000b13f71a03c2fd9ab22110d8c0e1af6903a4c26f758f40f03 0.50 MB 797 24
292,970 292,970 0000000000000000103435e071e128ae78f80ef8488a1ed9df6a64d7acb3d665 0.00 MB 1 0
292,969 292,969 00000000000000001bcbec890a90c542961e52b6012e3445474a9eb1512fb10c 0.32 MB 1,024 52
292,968 292,968 0000000000000000a9dc4ab0ed37ffeb87e32cd60f12b81a08718a246c1c2d40 0.00 MB 1 0
292,967 292,967 00000000000000005caa2c29bc1647c8a1e3542164f6a7f346502453f6e7bb27 0.04 MB 128 96
292,966 292,966 0000000000000000d266d58b740e3394b8b752f6d0933831204d4201f03a222f 0.66 MB 1,357 36
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.23 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.