Memory Pool Memory Pool Refreshing

2,325 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,670 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,313 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,669 (856,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,940 51,940 0000000010185849e5707e016bd4c3512266dfd83627895b9df2718547c2ca3f 0.00 MB 1 0
51,939 51,939 0000000000ec011f3202caa89c18653f67615e69723c12e617fdf0e518fdbea5 0.00 MB 1 0
51,938 51,938 000000000863677d0aa592ea5e1b79ccc31ab7cd4280365f3acc565674a76d28 0.00 MB 1 0
51,937 51,937 000000001d294f3e789b62de8170f3d0a3aba2d10419b8e8392c38a1150aa850 0.00 MB 1 0
51,936 51,936 000000000a0c9e97c6d0567d6f901bed1427a73d104b73a1e118cc9126a1a097 0.00 MB 1 0
51,935 51,935 0000000020b462b58fe84c789fbff35865372146597f229b744e680be322dd20 0.00 MB 1 0
51,934 51,934 000000001478470c5852181e2cd8bd139becfa070eec5764fae663babe649494 0.00 MB 1 0
51,933 51,933 0000000006319e9c52baf2285d7c19c136555b44a567cd91a42ab444995c9584 0.00 MB 1 0
51,932 51,932 000000000ab3add399421861278942025ba8a8181cb1132a379aa7a5328f9d91 0.00 MB 1 0
51,931 51,931 000000000878195c757b609ef4a5ea93f771124d5b3473f46679b57a614dd62a 0.00 MB 1 0
51,930 51,930 000000001c121e922c0894031679d6e7cd70f651de4ed98ec9e30c5232a6b0da 0.00 MB 1 0
51,929 51,929 00000000022b48380b856cd5b24bdd5357817d58a6f0e6ce4632226d4c78bfc4 0.00 MB 1 0
51,928 51,928 0000000009e25efb099e68572f6f44b60651691fd9c06d6f93c2417158eedfa4 0.00 MB 1 0
51,927 51,927 00000000133d834383825b485ddfe5e9dadc4460ace08086648fb39683458d15 0.00 MB 1 0
51,926 51,926 0000000012f8c26cd32f7d09eb5cda877220d80d53419be7fd8061660993130d 0.00 MB 1 0
51,925 51,925 00000000004e0d67a20ea1a14d8fcaa2f73a386ed68f4682aa01391ae27e28d6 0.00 MB 2 0
51,924 51,924 000000001d957affee4074d53099d2a1cf304c25418820e224cd136a05353b31 0.00 MB 1 0
51,923 51,923 0000000015604ed9202ff527dfc49cf21bf2ba7dee1497c444f3b0fffad7e75a 0.00 MB 2 0
51,922 51,922 0000000010bb50aeaa634b28e20a8aa2f81d77db25effb0458d76010da9a2f68 0.00 MB 1 0
51,921 51,921 0000000000f791df209810f10ee1ffa7e435d7be76674eaa9252f1a18d530bfb 0.00 MB 1 0
51,920 51,920 000000000223a3009ecdfac03982e0ce2e124dbda7f6613ee5f201d676bab7a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.37 GB sent, 101.66 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.