Memory Pool Memory Pool Refreshing

1,543 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,535 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (21,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,798 885,798 00000000000000000002668082aa8f4b16aa549e6307b803e1d63e9902780ff7 1.60 MB 1,406 2
885,797 885,797 0000000000000000000274c482acede4e9759898c2ce7e6df2a7b551d17ef413 2.07 MB 1,185 2
885,796 885,796 000000000000000000009bedeea7943e8821a4a54be25d13f87a621ccacfc8c5 1.40 MB 2,088 3
885,795 885,795 00000000000000000000fee0f3adc2244008edb4fce297430fa8846669ecfb69 1.71 MB 2,129 5
885,794 885,794 00000000000000000001c13c4820aafdbb012379cefcda300795c51e092e24d9 1.10 MB 387 4
885,793 885,793 00000000000000000000d1ac9a502fafff9c8cd502bca7ae2e71186f635ab0c8 1.07 MB 529 4
885,792 885,792 0000000000000000000027ecd54c6e50d31fa4269c8cbee24b4a8c42e2e19667 1.46 MB 2,395 6
885,791 885,791 000000000000000000013c7ea4ab609dfde0c4abb6d9364d0b42e4301294c206 1.25 MB 1,084 5
885,790 885,790 000000000000000000028601d94e112def06afe67d1d6a703713859e4f96fa6b 1.11 MB 471 4
885,789 885,789 0000000000000000000146db84be71cbec650ca93478066d9131045f9e4d54c7 1.86 MB 1,729 5
885,788 885,788 00000000000000000000c7e6ae9e5efe94bc9c4b3e23beb47fe7183327942782 1.61 MB 3,682 6
885,787 885,787 000000000000000000002dbcbd8a4920ba9851564e81748b369ec59999ebd35a 1.58 MB 3,687 6
885,786 885,786 00000000000000000001394638080f0585e601dd9fe4bb0eb0514506be781f89 1.71 MB 2,343 8
885,785 885,785 00000000000000000000633e4dc601732e15714186cef61ac38ea4ce7401f13a 1.56 MB 3,300 18
885,784 885,784 000000000000000000015c401fb64ebb8b827b7da733473c0d7825e68efbf5b2 1.47 MB 3,137 14
885,783 885,783 000000000000000000023bf47cb8cdfe7355f1d5187bfedcaf8d2867c443bf4c 1.53 MB 3,058 8
885,782 885,782 00000000000000000002678d6e3d73bea4dfb1a18bb4bd05b85d4285ec702922 1.83 MB 1,417 2
885,781 885,781 00000000000000000001de562ab010330c739c6874195b489f2d9313f662accf 1.47 MB 1,986 3
885,780 885,780 00000000000000000000c6158bf1f08695f371b36f90d15d463c5371bbd34ca7 1.30 MB 1,966 5
885,779 885,779 000000000000000000022ee496af770b5fbde0877b395b120754681101bf8a76 1.54 MB 2,368 4
885,778 885,778 000000000000000000027c451682ea9c35cefd4f9f41c0a8db3001b1756e5a46 1.41 MB 2,164 4
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.