Memory Pool Memory Pool Refreshing

7,544 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,584 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (82,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,758 824,758 0000000000000000000174f097d1653bbafe2905c3c0d2d53f4ae22103fd84b4 1.62 MB 2,680 55
824,757 824,757 00000000000000000000ccbb34ac71f62f8cfec52bccf84ea990d1c244067154 1.62 MB 3,471 81
824,756 824,756 000000000000000000039d270304aba6e23752161cd9e5e471d34b237a9cbb99 1.79 MB 2,980 97
824,755 824,755 00000000000000000000f0f4aa098bfdb9a252f0cb13d2c5c3b49e1f17a7d300 1.63 MB 2,952 90
824,754 824,754 00000000000000000000fcbdc880e36819bdc15df8d8a99b30b2a816ea690432 1.80 MB 3,812 55
824,753 824,753 0000000000000000000013ec12d67ecc94655711f6ce10ce57dd2a0db9e4dc3a 1.81 MB 4,200 45
824,752 824,752 0000000000000000000239c371bc1455116c4006295268831c09ecb47766f8a5 1.56 MB 3,113 76
824,751 824,751 000000000000000000016d8b7bdd78e56f2649c26d0c2158fa501c2dbeb7cd8a 1.50 MB 1,945 44
824,750 824,750 0000000000000000000151f37bbac829f8815eeb261a91a4aba095ff81039cd7 1.94 MB 4,116 44
824,749 824,749 0000000000000000000202d9cd738bb486e274f1cd24ae2cf3ef1ba9ee96c6d1 1.22 MB 752 35
824,748 824,748 00000000000000000002353e26b0230267debaa5abe7d01b5d629ad0cf1139ad 1.65 MB 2,905 41
824,747 824,747 000000000000000000032219e844e1bfff725622ad3c3dcb2788d5c96bfd0576 1.82 MB 2,086 78
824,746 824,746 00000000000000000000cdfe85a3d2ccb4f9cb53711f19cf8a6c19a75e34ee63 1.85 MB 856 41
824,745 824,745 00000000000000000001ac3f745ea52aa501b2c6141c07f96c63c02f6bc2aabd 1.81 MB 3,833 63
824,744 824,744 000000000000000000038e254b168eb2dd94404c743d9f4ecb06d9ae45881903 1.61 MB 3,016 64
824,743 824,743 00000000000000000000a621ca5773c3bfd9259c1d1468b87212ef791c9c9b79 1.79 MB 1,941 52
824,742 824,742 00000000000000000002c4fa8ff25643dcb66203665c2e233c3154bd57e80fb3 1.72 MB 2,547 52
824,741 824,741 00000000000000000002ab0e9ad0b16821053a4498fb3802e6d66a08671f6198 1.82 MB 1,886 47
824,740 824,740 000000000000000000038991bbfd10754ceb49c39c189bba1cb2a80e36a205e5 1.56 MB 1,545 44
824,739 824,739 00000000000000000000569bb5c3e12262b774139aedd822e4085bc66cfe6eaf 1.63 MB 3,344 67
824,738 824,738 0000000000000000000015b6e3b72063bc3dcefb37b60fee1ba3ab59c988b931 1.68 MB 2,597 56
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.