Memory Pool Memory Pool Refreshing

3,951 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (570,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,869 336,869 0000000000000000177de9ea26aa758f35e4fe71c2c841cf57bf58591a8f5674 0.09 MB 177 23
336,868 336,868 00000000000000000b268a0f8a609d3a9ebb935fae6caf66f6eebfa6f32a1147 0.22 MB 420 27
336,867 336,867 000000000000000000ade0f61dd5072801ef668ac0ff1a1b5aac4effaefb01f7 0.04 MB 43 25
336,866 336,866 000000000000000019d04c0feac274f5e7aabcb8fe046850737955e6d6477160 0.10 MB 87 4
336,865 336,865 0000000000000000039947a8ae6ec50322e238c001102e61e811de29af1f41e2 0.05 MB 117 29
336,864 336,864 000000000000000004f9e3acf37086fefeb725c573f8539551f7c8cc04da3755 0.10 MB 202 26
336,863 336,863 000000000000000017a8413dc9b16aaa632a7d8aed720a424cce3a9065af83e5 0.01 MB 22 7
336,862 336,862 0000000000000000124226aab0553c1d4bd7ebd790b17fb2a503b6a1190c3863 0.17 MB 265 20
336,861 336,861 00000000000000000fb6abe5fba04fec4627d7afbc69093fd3a462f00b448657 0.18 MB 304 24
336,860 336,860 000000000000000006b4a3327dcc9573b032f1ecef24acd8412cd29251f88b75 0.01 MB 16 23
336,859 336,859 00000000000000000553f119ecc73bf8a41eb06b94f2ec6fc00ac3d3b0a2f9df 0.17 MB 311 25
336,858 336,858 0000000000000000013509dbf8def5c3186b19dd5697c0fc5473856efb068dfb 0.07 MB 112 19
336,857 336,857 000000000000000012a393cd81f5aee0c289da255b54c284569245bb097ee938 0.69 MB 1,168 24
336,856 336,856 0000000000000000071253b4b49b4a64028fddb775b2be994fc2ee886628f44d 0.10 MB 116 18
336,855 336,855 000000000000000000d65798fda2052a1eea517e275a15f4ab541cd97033bab7 0.16 MB 293 28
336,854 336,854 00000000000000000fc607fc456213fe63ff5cf55d70aad3ded0628df463cb0d 0.01 MB 16 68
336,853 336,853 00000000000000000e4aa7e6a9a80b72964d98deb6106854ec3e6b077b15974b 0.17 MB 287 24
336,852 336,852 000000000000000005d1879a8ffa52b79c1bd76d41c365571e3d8a5341cff903 0.01 MB 13 22
336,851 336,851 00000000000000000a9544c0156511e4b8ffc733fb90adab00c1f560ada57033 0.04 MB 46 23
336,850 336,850 000000000000000013049cabb69754328759fa17c52f2709d1cb691fdeaba84b 0.06 MB 101 24
336,849 336,849 00000000000000000cb6db60c739367221749ca03802ce5167b20bf83836d221 0.15 MB 280 24
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.