Memory Pool Memory Pool Refreshing

883 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 883 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (29,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,019 878,019 0000000000000000000282e621799a3fec9f4bea4368b1da1d0173613d97bce1 1.79 MB 1,657 1
878,018 878,018 000000000000000000020847a3128d82ff51849347bf8ea57b483a492474ff20 1.78 MB 3,843 3
878,017 878,017 000000000000000000005ebcd29769dd21c83eaf93331ae3e69fecbae49d2911 1.58 MB 3,221 4
878,016 878,016 000000000000000000013e417df88bb9568fc1abbbbfed8e97acd21809e41f85 1.55 MB 3,028 5
878,015 878,015 00000000000000000001f6470ec80b7b2761c106c71fcc82e00be74a67292bc6 1.77 MB 2,802 2
878,014 878,014 0000000000000000000216529db01ecf71f7ce86fa24869514b1fe45ec0cca7c 1.97 MB 3,217 3
878,013 878,013 000000000000000000006b260f0ac001458f201f7466cb2f223d133b46cacfc6 1.57 MB 3,771 6
878,012 878,012 0000000000000000000228d8455818574a960632620f641a86c7b5c2a4de705f 1.63 MB 2,660 3
878,011 878,011 0000000000000000000031f3afcf5e43f8c20c09021fe8648f6c259f5a5bb081 2.04 MB 375 1
878,010 878,010 00000000000000000001662999a95842400c31b1b8fa7a67c712d28f0020d88d 1.89 MB 1,572 2
878,009 878,009 0000000000000000000228c0ec7b248670425afc1a5f3556d1a784c4f2975bab 1.74 MB 1,675 2
878,008 878,008 00000000000000000000199b3d2c76516671c479bfdd7a9e35e15a22ca86de59 1.94 MB 528 1
878,007 878,007 00000000000000000000bf7ee50c9c4b17ce8a148271e183cf7681bfd64032ba 1.65 MB 3,456 3
878,006 878,006 000000000000000000014557d3ceb23e8823263c6f29027ee839e17f8ef6b673 1.90 MB 2,342 1
878,005 878,005 00000000000000000001b9ec373f20430ca007a20d9555b2cb099adf57f9bf2f 1.56 MB 3,635 3
878,004 878,004 0000000000000000000143ef5edde37c4dd91902b0711130844defed107ac396 2.12 MB 422 1
878,003 878,003 000000000000000000016763f7c275e14a6632221e7c1a6e415db5d8ff893c97 1.83 MB 2,312 2
878,002 878,002 000000000000000000002d435798b5c19812ba8abc09d52edf57ee07aaabf27c 1.80 MB 2,069 2
878,001 878,001 000000000000000000014fbd28e6dc5a0af98c04d3a842eb77ce54f217b3514e 1.59 MB 3,335 5
878,000 878,000 0000000000000000000159629ce4f039b1ec8287b2942acd13b1bde150343c2c 1.67 MB 3,264 5
877,999 877,999 00000000000000000000a48677a5a93be13a958b90b5b53ae452fa089526bfdd 1.78 MB 3,101 4
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.