Memory Pool Memory Pool Refreshing

2,517 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,321 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (606,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,788 300,788 00000000000000006a299d24ec23b6e0dca1fb573d2081e890088e3c41622bff 0.19 MB 295 24
300,787 300,787 00000000000000004f9958f8b381f65e10099fb41a7b1fe83a2f95282bcbb738 0.25 MB 439 30
300,786 300,786 000000000000000039dc3cffdceb367377081973a596880e856c1160305fa166 0.15 MB 270 21
300,785 300,785 00000000000000001e2f5883a07d48ff9f888acbc6ea6324819267d0431c5c7a 0.21 MB 439 35
300,784 300,784 0000000000000000358b843aada4764b32ebf5677bc82000626a295de97aa644 0.05 MB 32 19
300,783 300,783 00000000000000007a8baac94a7852bc6f7a98bf343ed6ee4aa34b9e569b3e9d 0.34 MB 425 29
300,782 300,782 0000000000000000060cd5070033f38ae8ca2b01c155111c734410d6d920214d 0.02 MB 43 13
300,781 300,781 000000000000000056d4c10ea655bfc63dd033cf038c6d9301467d7aafdf16ea 0.06 MB 127 33
300,780 300,780 00000000000000005c97ce143c614b2b20a4844d2da371bbdda66198a16be870 0.02 MB 55 21
300,779 300,779 0000000000000000266a99f6a3bde17b59c3a3c0276798c9c55fbe1f4560bd2e 0.72 MB 1,166 29
300,778 300,778 00000000000000007978381e2f9ea23a1fa04a1761de2046fabc54d8a1b264be 0.03 MB 80 37
300,777 300,777 00000000000000002d96b5277f0f5ca75e11f70ff25ebea699c4137ced5b6e5f 0.17 MB 292 29
300,776 300,776 00000000000000000a2f32ec66d08e2c491e403fade1eb7b99f3e32f7af32cdb 0.23 MB 458 34
300,775 300,775 0000000000000000366bb9b2b7cb49d9818e3914e8565ec6669f57c577e2f9e2 0.13 MB 291 34
300,774 300,774 000000000000000038fdd031afd5fba46b7435d3b0fd7ab00f99cb74e38f340e 0.05 MB 140 32
300,773 300,773 000000000000000068a3f6c412ccc36124829233fffd541123592c94a71cb786 0.41 MB 771 34
300,772 300,772 000000000000000065af960e63145ee4bc980d7b27355916c887c66298b56ed3 0.06 MB 82 18
300,771 300,771 0000000000000000034b72f56f8962a132b9d249335eb6d18a3908e07647f830 0.20 MB 266 16
300,770 300,770 00000000000000002390f94a5bdd29b3a7fa02fb7a632e25a2eae346a96552e3 0.06 MB 17 4
300,769 300,769 000000000000000063395648cb632077507e37529ca46a15dd831ea32e785747 0.10 MB 142 21
300,768 300,768 00000000000000000203d7bb2f1d5c3798fcf594c35eeaa4260bd48348257ef1 0.25 MB 472 29
Previous 10 blocks ↓
Total Size: 769.06 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.84 GB sent, 93.18 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.