Memory Pool Memory Pool Refreshing

8,509 transactions (3.09 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,881 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,519 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,880 (855,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,804 53,804 000000000d13269943601de5913bee3be9e09213c5e602b48b858be0c50f457d 0.00 MB 1 0
53,803 53,803 0000000005698daae3d3160c03a94b519665958e660e8bfeae12d06d7cfcdacc 0.00 MB 2 0
53,802 53,802 0000000013fa7525ecbde03996f46d73a91c0ccc4b06620e6f1a53851cdc39cd 0.00 MB 2 0
53,801 53,801 00000000133db0a6c67770fbedc99230df5134a9bac9eb1e59d3ce1391d2e502 0.00 MB 1 0
53,800 53,800 00000000154f1fab600fc92f5ffbcd13f97a612cc2057975caa27899e1de20d2 0.00 MB 1 0
53,799 53,799 000000000517c7d20538f4446baaa021861ba60297b19d68a5e586e5e08365c4 0.00 MB 1 0
53,798 53,798 000000000904b9e8bb0031fd0e692cec6d4662c55e40afa009367cb3e4d06c72 0.00 MB 1 0
53,797 53,797 000000000c6e6acf44e5c87a4207601ab10bf2df2796555e068004402ea332bc 0.00 MB 1 0
53,796 53,796 000000000712c81f1fa758d7d3ebf9bacb334b67e51ef2afc0f010d8fc9a5aaa 0.00 MB 1 0
53,795 53,795 00000000081701a909c568bf94e4ea064f1badf07cd1c250c8a6fae578323691 0.00 MB 1 0
53,794 53,794 00000000146458e961f3969c6d1930d52da24357998697aab8755d0abc87edaa 0.00 MB 1 0
53,793 53,793 000000000d52b318159ea1a85674fd8085a59546ebae3a6e5699c6ef13b60869 0.00 MB 1 0
53,792 53,792 00000000103a9a6dd27a920844a472c96b2f3c1b69f32585eabe84975dd41c7f 0.00 MB 1 0
53,791 53,791 00000000017ebd410d32fdd9b5978de4d1b3858a9d1baae34fa3fb38d4ab678c 0.00 MB 1 0
53,790 53,790 0000000006db7e665b67c403b624220e51671beb37f584828b2866caf7ca6cb2 0.00 MB 1 0
53,789 53,789 00000000053f4898b4bcad100e3979be5cda8e3860fb20c8afaf6b5282e83f79 0.00 MB 1 0
53,788 53,788 000000000366257df82a8becb8857c1af7a6331eedfd1390aba53b7172e89a6b 0.00 MB 2 0
53,787 53,787 000000001526406f8ab3be629c6c8f22d7f48f44977e4f219e232728a1a9e746 0.00 MB 1 0
53,786 53,786 0000000012d1c8c34caac1de77cb00f8d17e3f4fb878f4b55ed0f1fc195eb819 0.00 MB 1 0
53,785 53,785 000000001041e8d99e3ee02a16bf52a00a0ef02ef32ee6674da2987d25ff648b 0.00 MB 2 0
53,784 53,784 000000000b5d2a542ae6663616396338fc74150fc84f27e76d8097a7f2b30806 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.33 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,862.91 GB sent, 103.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.