Memory Pool Memory Pool Refreshing

3,429 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (21,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
885,777 885,777 00000000000000000000cf97ff1cbbbc34cbddd1013324949f2f9a695fcfada3 1.16 MB 993 4
885,776 885,776 00000000000000000000e01ccaa0411e411966d0efe8e30a80bc4df503f1a2d2 1.22 MB 1,572 5
885,775 885,775 00000000000000000000b6ce90dc2bd22e769d160a08d032ff0f9d4f608fe5e0 1.47 MB 3,037 6
885,774 885,774 0000000000000000000281ba9fa210e95228e11aaf603e1698c2505b5d3af110 1.43 MB 2,446 5
885,773 885,773 000000000000000000020ff676e82a35517cf4756e554a25009d1b6eb9983594 1.20 MB 1,367 5
Previous 10 blocks ↓
Total Size: 768.96 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,614.83 GB sent, 92.59 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.