Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,993 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (595,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,792 312,792 00000000000000002c36b9f927e1bf8ec3db357d3e6b58a5539dcca29a049437 0.23 MB 512 33
312,791 312,791 00000000000000001bf714757b4121f6aaaf46173fa2f64225d90eb77cced6bd 0.09 MB 86 14
312,790 312,790 00000000000000000155d101ae45ddb58b905d9019562f5adacb47dd8f9aa963 0.08 MB 149 26
312,789 312,789 000000000000000001d98b825ca1e6803cb2fe7fb780d00b9f309fa98c42b904 0.08 MB 144 28
312,788 312,788 00000000000000002302ff9b3517fc90da05d5daa9259129b1f2cde85085dd9c 0.55 MB 1,133 33
312,787 312,787 00000000000000002cf55125d2fa34c94a7d4787400decf1c73ea1ce85ed44cb 0.23 MB 219 24
312,786 312,786 000000000000000018ee17ebf7e1eab63a77fbf5324ece85a8f9962d0a0e2e20 0.46 MB 831 31
312,785 312,785 000000000000000008fff78278b43caf2ab414514046ef96546ac1116dd5f197 0.21 MB 302 20
312,784 312,784 0000000000000000382ce062d69a2ffb383a79ce1a1775a56142be0820c30a78 0.36 MB 599 27
312,783 312,783 00000000000000001c8f8ad98557734ca28e40d5bfa94ee39c0af2665d8cdc4d 0.55 MB 476 16
312,782 312,782 00000000000000001dbc64aaa546014bd21494185f31b5460f8cf98b8331325e 0.18 MB 512 44
312,781 312,781 000000000000000008d0e3884ff5b410f8987195bd338eb68cf6ef71f485c551 0.16 MB 290 27
312,780 312,780 000000000000000011274bc58c750924e20813974708803dfa44466c920e8d8e 0.28 MB 422 26
312,779 312,779 00000000000000003711e2992a1f8fc87708117b93d0fbd818085b6f6d21520a 0.37 MB 590 25
312,778 312,778 0000000000000000320145e571bdcfdbe1252ca899ace71b7010f3fabf3741a8 0.02 MB 58 14
312,777 312,777 00000000000000001dd0fce3599e366f86368714be1cb0206b38ac189af5d6c9 0.74 MB 1,160 26
312,776 312,776 00000000000000002a8071c351c05c174d222397becf84ad774566157a9a760d 0.50 MB 811 26
312,775 312,775 00000000000000001731c4760e40bc71462d1b6bcd96b28635156ae817b5117f 0.02 MB 32 22
312,774 312,774 00000000000000003162d71f4b0e49e4b6998e233c331fcff5697b3ad4cc93e8 0.21 MB 360 26
312,773 312,773 0000000000000000339de2922c8d427397703bd33a92db901479be8147e094b1 0.03 MB 60 23
312,772 312,772 0000000000000000132662198e6e82697d521d5366bf07ad66e2b01d853deb70 0.72 MB 922 20
Previous 10 blocks ↓
Total Size: 769.37 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,643.94 GB sent, 94.81 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.