Memory Pool Memory Pool Refreshing

8,783 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (854,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,856 53,856 0000000015070a8fb2ad3688dab93e6a504d132ad3533f79d4f066a5dceb8fcf 0.00 MB 1 0
53,855 53,855 00000000025595a510f50b995bc7a665092e1b3916ce48c82a47d057c547c806 0.00 MB 1 0
53,854 53,854 0000000004de594a39b213e696ba472ac9e88fea23be724bad6d522fd62006de 0.00 MB 1 0
53,853 53,853 000000000027c8697d60a19353ff978c0f267cfd575fc118a85771a45ea21e89 0.00 MB 1 0
53,852 53,852 000000001203d08e52e4e1169d33f20b9dfc373ab2ba568fc6871cb5b30d25e6 0.00 MB 1 0
53,851 53,851 0000000012c9c33b223c4e291b90893d5c0ef947fc723933e27ec7525b59f0e1 0.00 MB 1 0
53,850 53,850 00000000123a7458a2012a7d2337c97434ad5ee759ea525d105bbcf926c4a3ff 0.00 MB 1 0
53,849 53,849 000000000ada7f0472e3a435589bbd0ac01eada71185b3af5fb749906b4f8714 0.00 MB 1 0
53,848 53,848 00000000132370bdeee76957362fbd5994def92a743e331834c378f34ef80d0f 0.00 MB 1 0
53,847 53,847 0000000004bebd6006568772df5228db5dafe4a44204e27e2c697e1405021bb1 0.00 MB 1 0
53,846 53,846 000000000edb97835a9552a04b4ed6e69dc3cb6b8f9c7a5b2eb4d779d93c9809 0.00 MB 1 0
53,845 53,845 0000000015b4a31b9b9dd10401865e2c15484f90dd9289b081f6fc885664b0f4 0.00 MB 1 0
53,844 53,844 00000000086027d1bcaa8904f7cadd8d00a7bd54bb59cc87161cecc5312f1282 0.00 MB 1 0
53,843 53,843 0000000001695fa96e3f9d3e850dbd640a6ae51ef4f7c56bfd04b388034e6269 0.00 MB 2 0
53,842 53,842 000000001142bdaf74bd3218127cfd80ff282f796acf9afaec54dbfc387d785d 0.00 MB 1 0
53,841 53,841 00000000024922abd596a91795437c217f8749ab35a3b77d28ac8b2ee75e17b7 0.00 MB 1 0
53,840 53,840 00000000039a3934390e8b00ee3ff1806c23f1ddc8fb3d2703b9d855f5c926dd 0.00 MB 1 0
53,839 53,839 00000000093fb389a2667bca6ce47ee74da79a35f804ceb2e8d32619c24fd933 0.00 MB 1 0
53,838 53,838 0000000009b74b7173019dd68b54abc583f0f439ad3c991d43736b6736e95e91 0.00 MB 1 0
53,837 53,837 000000000de86312a9f77380ca80a2adc5f5649ffd1fba612afb89955dd4776d 0.00 MB 1 0
53,836 53,836 0000000007b7167094b04039cb3e8241bc93a3a771e77448251916f1d678aca9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.98 GB sent, 100.59 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.