Memory Pool Memory Pool Refreshing

8,233 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,534 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (629,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,785 277,785 000000000000000043069e9d356db005be00e8de0497e456784dd81962bed9a6 0.02 MB 44 35
277,784 277,784 0000000000000002d0ee8b3d58d5d0782043f075650f103270ca513b4b3fe569 0.15 MB 336 53
277,783 277,783 00000000000000023f9c22f08007d320db5426a236ed32978ca73c6d63c3691b 0.13 MB 202 29
277,782 277,782 000000000000000252a2d17a7907b4574b486443a5228aa0ab590f91cb99ea1f 0.24 MB 508 54
277,781 277,781 0000000000000001a3c0459c951a1650b0ccef18f20d122287bde90998d5c086 0.25 MB 355 33
277,780 277,780 00000000000000025abdad472c44f1ef26c36debc93e4ec619328385d0a547bf 0.25 MB 655 55
277,779 277,779 000000000000000338f5ac345287371e82f237c3ce28be123585bcdee1dca3dd 0.25 MB 586 57
277,778 277,778 0000000000000001d695239eb8d3e855056041bb44f8fc7e73065b91726e3df2 0.12 MB 104 45
277,777 277,777 0000000000000003108d54fb7caebbb773a6c0a3a3fea04ff67a2784ec7e6146 0.25 MB 413 22
277,776 277,776 00000000000000033741f2996b060e6c98b0b2c100dbb0e60391c3ff42542d36 0.25 MB 791 75
277,775 277,775 0000000000000000136d3c1fb563ac7afd21e63ef8b8b58821d0d2fdc8e5537c 0.04 MB 86 45
277,774 277,774 000000000000000070ef3fbe1bf576a295e9e7492c20ea660bcb33d6df3d359e 0.13 MB 332 47
277,773 277,773 000000000000000236a529e8d5e3126152b4f75e6821eeaf5cc354fded90e479 0.10 MB 223 39
277,772 277,772 000000000000000108f35fb0f8737b248146048a6639dc068c48a134c37ec622 0.03 MB 58 50
277,771 277,771 00000000000000010887fb6acdd8904ed77269db3582c8aa4b8f834903e8da4c 0.08 MB 168 36
277,770 277,770 00000000000000018f24610ef1561baa21b700578287c1bbb90c1b0cdbeb4878 0.15 MB 315 48
277,769 277,769 00000000000000033d893b1c61d83791653d4dbef098665668696c42fa97aa5d 0.20 MB 234 22
277,768 277,768 0000000000000003669f1e1a1dc49ada393f981f3762aff8d657379590c2759a 0.25 MB 729 64
277,767 277,767 0000000000000001d53c2dc89c5d25057c870728b5e9502b1f7b44143240b8d5 0.01 MB 14 23
277,766 277,766 00000000000000008b95b93c489150b0b0b1cb146130b72363013fef422a4d1a 0.03 MB 84 24
277,765 277,765 0000000000000002abdb4e44a72ca2230b31e71f9fef201a3a232bd050d303ba 0.16 MB 369 53
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, 112 incoming
  • Data Transfer: 1,616.85 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.