Memory Pool Memory Pool Refreshing

50,403 transactions
29.61 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
6 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,430 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,982 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,429 (682,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,926 195,926 00000000000002774abce8e8a6875faf75057b894c9a9c9b80e6e596dfc5a62e 0.18 MB 402 212
195,925 195,925 000000000000040729248875ed1ce546c9ffed5222cedabb2f0b2027c3c45ae3 0.05 MB 127 116
195,924 195,924 000000000000036781bfd7dee86bddcdd1e25d28a272b7bf2901801bde4e4a2c 0.06 MB 156 443
195,923 195,923 000000000000009598bc5e1340dee427206ef2d454e415f16c0f9fc09fe86419 0.05 MB 122 96
195,922 195,922 00000000000003eda62929fd24b817a33a405ac2c7c0fa2aa06569830d06e15b 0.16 MB 319 294
195,921 195,921 00000000000001379166c706654406544d38495f188f99a45e57b920c96b36dd 0.08 MB 128 361
195,920 195,920 00000000000006770f67b8f712f8f82829eeb889d441252c3ee1e7a112cb5f26 0.02 MB 78 27
195,919 195,919 00000000000001f71d3982ce6970c7587210f9e65cb530feed63a941cb9d3235 0.00 MB 12 0
195,918 195,918 00000000000006db3dbf2d1517eac2ed67b4925b5e23aefab63e79c6c5a0be11 0.13 MB 347 298
195,917 195,917 0000000000000071806963c72ac72586ed6094a4785577ae6cce98e90e79973c 0.00 MB 11 0
195,916 195,916 000000000000034091dddcfbf783f105224868bacd55aa171c24334286f4b571 0.10 MB 256 113
195,915 195,915 00000000000002f11ecef912965b6770ece071bd3c2e4bc30379355d5c0fc95a 0.09 MB 201 386
195,914 195,914 00000000000002887720357eaa8e5128a95dff85af76fdef10a5c0b8804645e2 0.04 MB 71 89
195,913 195,913 00000000000005a10d419199f3a7c6a452265ce89d4d9f4981a37d72515be037 0.09 MB 156 132
195,912 195,912 00000000000000c3bd2d3263580d3557b4a178292c8078fc39a45d4138b6fc13 0.09 MB 139 136
195,911 195,911 00000000000002bdf2aa72d56adda687f270e3013f31213e8f3aa9ed9d7a4b6a 0.05 MB 128 977
195,910 195,910 00000000000002119e8f0effa679162a9644239b9204f5268d30233fd26f4ffe 0.03 MB 88 176
195,909 195,909 000000000000041f1772e44d707d6c970876388ebf3379b97accfe91720482c7 0.05 MB 163 14
195,908 195,908 00000000000001ea4719170b4d5d493e3ad1825336a3da1f2514ed30d33a4ab5 0.03 MB 55 7
195,907 195,907 000000000000028de474d53802aed998c409c083e348405f0a97043258f3d8a6 0.22 MB 579 280
195,906 195,906 000000000000039f21ef751edac8e172e2ca8d06981f0e875042324c27448439 0.16 MB 416 256
Previous 10 blocks ↓
Total Size: 715.20 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,379.61 GB sent, 40.98 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.