Memory Pool Memory Pool Refreshing

8,341 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,745 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (729,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,007 178,007 00000000000007348ddcc0512c6a9bdc0c97aaf185d6b45be9dda4296cce670c 0.02 MB 57 128
178,006 178,006 0000000000000390b8bd97cd182ec7ac22aad602c886aeeb0038b76d24e6912b 0.02 MB 66 130
178,005 178,005 00000000000003f8508ac517c7fcfe56e91d90688df042d52fdc052305c250e0 0.04 MB 77 68
178,004 178,004 00000000000006c9aa0c992319ac49440aa39282d35dd51ac2f6cb41a337faba 0.00 MB 7 124
178,003 178,003 00000000000001afc52d603ef2eab579c944cab6ece78653ca2cc9f474b206ed 0.01 MB 28 73
178,002 178,002 00000000000006459c430eff7ab01662288468156cd6d3fe7a0632fe168b5998 0.03 MB 89 127
178,001 178,001 000000000000048b777caca656fc0a79aaa095e3b13c1717f9d420efaee17faa 0.00 MB 9 48
178,000 178,000 00000000000009eae2697a7aaf57e730b707b9f4530449c16d924d534d41f297 0.01 MB 27 74
177,999 177,999 0000000000000143b71d8dcaa5573db482a19ef7ce5f781d1534b0cb48672e9e 0.03 MB 53 50
177,998 177,998 00000000000001e56bb3bc5e7e3e235c05e5dafe93c754f612ec67eaabaff981 0.01 MB 17 70
177,997 177,997 00000000000008b44ef5e3a88e4765d06d309735d9da8589339c5f6be39fe8fd 0.01 MB 23 97
177,996 177,996 0000000000000870be6d144d6103327abcc6c05aa6180a47502b09dd68f289f2 0.00 MB 3 101
177,995 177,995 000000000000044394d54f9fc661d880f6a34e5a5389a030255172a4a3accc1c 0.02 MB 31 87
177,994 177,994 00000000000000d0df72ef5fc50311669109e999220a91672e071384a2c0540a 0.01 MB 20 92
177,993 177,993 00000000000001028b83f276b7b25b0e4b17cce03407acef5054ca034effae49 0.00 MB 8 3
177,992 177,992 000000000000058ed7c0c312596a779708b5720072ad99a997e9560191d5be73 0.00 MB 14 43
177,991 177,991 0000000000000a7968e450fe11bd53d04f5f4df6071a9d5052640d867e174809 0.03 MB 61 96
177,990 177,990 000000000000057ecd122fa386a96540c27c9bf728ead5bfd83043073cbb80cb 0.04 MB 59 564
177,989 177,989 00000000000009b105db697d118f06a775bfbdb10b8b087df002c04eb35e3820 0.01 MB 22 86
177,988 177,988 000000000000084f73999cc9528f66baffbfbb9d2c636acf7c94a996bc9ea5b8 0.02 MB 95 29
177,987 177,987 000000000000074471950a10767a5bbbb0231b956188aa0d07a1c56b8b50552b 0.02 MB 31 94
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.22 GB sent, 94.21 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.