Memory Pool Memory Pool Refreshing

3,970 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (672,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,832 234,832 00000000000000d9cb25380852ae5b14f377995ff34b77fe014575b986681cde 0.25 MB 741 263
234,831 234,831 000000000000001882c602178bd4dc6501ecd65db1e1380224be98c923043c07 0.00 MB 4 8
234,830 234,830 00000000000000e2ddc0028ab2009e6d79f8da322f6ae907a766781acc79b050 0.24 MB 539 153
234,829 234,829 000000000000002a871dc011fe28fd8fbffe577c02b91d2de09aeca8216644ef 0.09 MB 159 163
234,828 234,828 0000000000000016eae5c45b20b564bc15d40d46c7f025c2a30fc805a1dbc00f 0.15 MB 103 32
234,827 234,827 0000000000000162151e49c2cce0a29f6829780f9ee1cc3c98ac7d8d4e8c4ce7 0.20 MB 474 166
234,826 234,826 0000000000000022e367142dcdc582a9aec1fc0efbbfb5db0340c3e77ef42844 0.15 MB 383 179
234,825 234,825 0000000000000023386d714cf81d9cd842d6cdfb4f5762ba8e6353716164bd84 0.09 MB 121 113
234,824 234,824 000000000000019b34f0b3eb605747281be5efdc7dbfc3ec45bdb22ccb3b13ad 0.24 MB 598 154
234,823 234,823 00000000000000d862c0d268d9fc7f89415d346e46a03355e9c15227038295f7 0.15 MB 385 217
234,822 234,822 00000000000000ab83b7443c89758183692d335132928e4f2224dde3d551ca90 0.15 MB 290 130
234,821 234,821 000000000000015284d29756a1ce1632bcfd1b7b51455809d6f9fe03d9d94288 0.39 MB 675 1,733
234,820 234,820 00000000000000adfc733006c31cca58f2a729d41eefe951f94725cc2dce13f8 0.15 MB 355 167
234,819 234,819 00000000000000c08abfcf9ac886a9aca8626fd2f5ed8097f03db7538f33b18d 0.17 MB 307 132
234,818 234,818 00000000000000bd6c0637ee02723f7a792943430f586be8986645eb8f43d6b3 0.06 MB 105 35
234,817 234,817 000000000000016ec2f5dd1f2c023b3f405650a9d9bf85c581a9e11fcce6e43c 0.17 MB 406 163
234,816 234,816 000000000000007420cd19ca55a500a3fbb7fa17d6d24f935c47213dcffb4b26 0.12 MB 284 161
234,815 234,815 00000000000000ac4a520a74af1509bc0ed3bf2fd1d9471f4517259f328a7474 0.06 MB 138 180
234,814 234,814 00000000000000d93b946663e1c894913003188c5504747d27769b05349d19e2 0.09 MB 111 27
234,813 234,813 00000000000000203d47f4c4ce03b59f520fd3604f6ae321e08a87fb8a2c2af2 0.20 MB 505 172
234,812 234,812 000000000000006a04c640597cc4026a535c61a47816a39a3301ab50bbe5e59b 0.17 MB 418 157
Previous 10 blocks ↓
Total Size: 769.05 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,627.31 GB sent, 93.12 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.