Memory Pool Memory Pool Refreshing

4,714 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (16,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,804 891,804 00000000000000000001012f408bbde027de954084d879eaf268498ba0878900 1.58 MB 2,503 5
891,803 891,803 00000000000000000000586a642f6a2376b3c56fff2965c8b6dada7d4b07833c 1.76 MB 3,136 4
891,802 891,802 000000000000000000018afebe5a4227c9cb2be9ca0c529ea8a77c9e18260f2c 1.62 MB 4,058 7
891,801 891,801 000000000000000000015157a88c19ca9bc326de9d81a32100e7337bd12b44d7 1.67 MB 3,564 7
891,800 891,800 000000000000000000006e78fcd9e2701254ad14b17bb9f44a3673611f915e2f 1.46 MB 3,348 14
891,799 891,799 000000000000000000009a572ce9608cec94db98a8d573d2919377e3843ba704 0.13 MB 188 3
891,798 891,798 000000000000000000000caf54e59eac91e6144dc8abad314ca7b11ca921285a 1.35 MB 2,062 5
891,797 891,797 0000000000000000000044d489330c449a3f18bab58e18c40406ac9154267345 1.44 MB 2,691 5
891,796 891,796 000000000000000000015f27538ab668923ec8560adee2a371117640af34feba 0.83 MB 1,989 6
891,795 891,795 0000000000000000000230aab4e3077412e3c7a2fd1a147ed3e223c15dd97323 1.06 MB 1,651 5
891,794 891,794 000000000000000000014fd957e18aced6867ab186bc9d02d9936547dde66b30 1.48 MB 2,228 5
891,793 891,793 000000000000000000002fdd220005e18b15b8f8ea199227a22495fa0ce40adb 0.85 MB 2,038 1
891,792 891,792 00000000000000000000b6cab60d4fcbd270515f398c8b008a7e434e553d5abd 1.90 MB 3,544 4
891,791 891,791 000000000000000000010da852fe39c83267c523db07507f1d6e931324167cd1 1.93 MB 2,379 2
891,790 891,790 000000000000000000019d16b2819be6ea66b1ebe327cb609f905b1b0ff4236f 1.68 MB 4,005 12
891,789 891,789 000000000000000000004a7058fcf71545678e0052816c7f9e40da2f6d5aa83e 2.02 MB 1,605 3
891,788 891,788 00000000000000000001d3af5ddf7bd7732512597543f2d772bdf110cd8da78a 1.89 MB 2,934 5
891,787 891,787 0000000000000000000135682ff2e1bd406b4f0a318ce212a9d2fd6a7b6885f9 2.04 MB 2,028 5
891,786 891,786 00000000000000000000eb4fba2c138c1c7a666c8034aa6edba0c0a59fb4c038 2.02 MB 1,053 2
891,785 891,785 00000000000000000000854933ba5233b0e533bd1109988cbd8ca6ec4ec4f7ee 1.93 MB 3,037 7
891,784 891,784 000000000000000000009942393c797d6d0bff9e88bc1ae84a3d7e7546f46f61 0.02 MB 46 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.