Memory Pool Memory Pool Refreshing

575 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,956 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (601,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,934 306,934 00000000000000001f43d2c3f9421d77158cae0a06a30cf6d0e8b1e9034438e8 0.10 MB 213 33
306,933 306,933 00000000000000004c5f2f7994b2aa0330d5be06b6ac59505503a4d683508665 0.10 MB 111 44
306,932 306,932 0000000000000000103755e865509fda0c7515422054c8aceb27a2584dd1bce7 0.06 MB 43 35
306,931 306,931 0000000000000000447df302f2f85641547d6ad4bdb5a83f11b2dd9afdaed0a6 0.08 MB 137 22
306,930 306,930 00000000000000004e792aa8e429e8ceaf55a9a5029de3b1fc4d9f4dcb8487ae 0.12 MB 288 36
306,929 306,929 000000000000000011291dec9a9dea8be21b4770de8027e2452cfda5d6bb6fbb 0.24 MB 404 35
306,928 306,928 00000000000000000ca36598e1a5c78159a032b05365e11caa93e84797be06f4 0.17 MB 149 14
306,927 306,927 000000000000000000aee72463e20e8e5f090389db2a1ef0f711dc2fc439330f 0.16 MB 243 27
306,926 306,926 0000000000000000301a179388a9b9588d8847bd8baafdc12669983167851833 0.03 MB 59 24
306,925 306,925 00000000000000000d40c746f3ec796a2cad9737ba290065db2a8367477293b4 0.27 MB 495 36
306,924 306,924 00000000000000003c72e5908eaafb2643ab29a050f534d9a623a4e6e5d8c6e0 0.13 MB 193 26
306,923 306,923 00000000000000001116bdf29a10a2e3954ed07e797ddf355425a1eeb0ec562d 0.20 MB 209 21
306,922 306,922 00000000000000002df9739a5885093d6820013f508156f74830040e7dadc856 0.35 MB 734 31
306,921 306,921 000000000000000043cc64ff643f5ba7814924d6872b93b33476698adf72a269 0.13 MB 151 20
306,920 306,920 000000000000000030a43d6eea09d6b6eec2298f85f1aef1200bab8d697b06ec 0.33 MB 354 21
306,919 306,919 00000000000000003de67419390c1453767fffd690642faab28961cd7470dfff 0.19 MB 236 33
306,918 306,918 000000000000000040c1b39194e89c4f737d9d8f11247f48874c109c5fc78ebf 0.05 MB 16 1
306,917 306,917 00000000000000002ab122aa690f8ac08eae9e648a1bce5c858e3d45da4c1301 0.04 MB 34 12
306,916 306,916 00000000000000000adb950c37586f6f2d13c2a1d748d4eb4283d46baf4d1bb4 0.55 MB 755 26
306,915 306,915 00000000000000002c18b64742f1a913d0feb8d6fae688b211eb57b7ac192c73 0.19 MB 295 26
306,914 306,914 00000000000000003556bd849722e71329b65ca2de8996c1c8e3f6465d04c8a8 0.09 MB 172 31
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.