Memory Pool Memory Pool Refreshing

3,603 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,477 (848,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,924 59,924 000000000dca06a30795287e31b26e56ce3a30c8304dd86996dbca2ad29079a5 0.00 MB 3 0
59,923 59,923 0000000006785b7aa98e081eb7eeea54cd7ed7906ba49763630877e2a006c447 0.00 MB 4 0
59,922 59,922 000000000f41d38d2797d69c051df76e406c4c64e9b7a338a7b6792cfcafc100 0.00 MB 2 0
59,921 59,921 000000000e4f5ac3eb15eb94a6d58a9f4a16be29e166e9f50b1e4bdd83b2b4c2 0.00 MB 2 0
59,920 59,920 000000000d2878f465e871514139217e8d82479ab6dedfacc524747e825dc061 0.00 MB 1 0
59,919 59,919 000000000f5ff466d7880e9ee2bc6a5195fdbe73766752df07eb33f70f53c566 0.00 MB 1 0
59,918 59,918 00000000011b7ca875f030f5b31e5f0be56804373c2286402a4234ffe8098923 0.00 MB 1 0
59,917 59,917 0000000005630ca8a52d7df47c3559343f87242507f944e8b174a524cf661559 0.00 MB 1 0
59,916 59,916 0000000008e9dceb2f97a70a4d4a2f54f71fab5b693c6bd38a2aef456ac0a6fc 0.00 MB 5 0
59,915 59,915 0000000006e9db78fb0bf6852c591d80074c6c4910425c20c0df132c3666ce68 0.00 MB 3 0
59,914 59,914 00000000027ee0cfa433d5596ffa38337a878dcc6a4936613211e2582f27b9d3 0.00 MB 1 0
59,913 59,913 0000000004be49065f84d891c0bacebafab72425d58c51b1e89d8b832f7b8297 0.00 MB 2 0
59,912 59,912 000000000c60fa925eff22295f2c766de89fb530bb727273c1a1b6c841d15b9a 0.00 MB 2 0
59,911 59,911 000000000ddbb975dfff732af24b68166d439a53c11d1add9b9767c18e521b51 0.00 MB 1 0
59,910 59,910 000000000968ca03f390c00dc47057ed6510e806c8d92353fe428e65f5362046 0.00 MB 2 0
59,909 59,909 000000000e5c7a971ff762073bc2bd3815cca920b74a35349360f3fd989e0349 0.00 MB 3 0
59,908 59,908 0000000000adc9fd66198ccaafcf018a538291a49d756cfd67abd4b3a5dc1c60 0.00 MB 1 0
59,907 59,907 0000000001ea9ecc31d577bafde43b271e8fdb78155b6cc09aaedb98f55752e3 0.00 MB 1 0
59,906 59,906 00000000067e1ff1e0f7d84c0bcdb1406b5b39141fbeab92538da277f1d02240 0.00 MB 1 0
59,905 59,905 00000000039d5e70f12120d5cc3777ccb688368c25363c016254bc410845d695 0.00 MB 3 0
59,904 59,904 00000000084c807a88e18eabc70938246068de08eb74b69e7d42e86d23572005 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.72 GB sent, 99.97 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.