Memory Pool Memory Pool Refreshing

4,324 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,045 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (856,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,952 51,952 0000000000039fe7280a966c7c75922276b88df41a9ad06a5072529bbd5a0fb1 0.00 MB 1 0
51,951 51,951 000000001c42e870d5cb724914dcb8b06a861e35f982ddac5c273a85481cd079 0.00 MB 1 0
51,950 51,950 000000000faf1fb728604e90f61be93101a6c989290896a4f195ad26f03f1c87 0.00 MB 1 0
51,949 51,949 000000001aa5d0ff010cdb854ac83c43ff5f5944bb719c7d6b0318177394d3cf 0.00 MB 1 0
51,948 51,948 000000000f8f73c5a1f4f9d88042be3b9db8ba67c13407c01a841a0cbe2dee9a 0.00 MB 1 0
51,947 51,947 0000000012f495be00be9ea0cda8a0bd68b269f7f9fce760e1de27476b4d5623 0.00 MB 1 0
51,946 51,946 0000000015f7bf0409e3a8702ec0b1f18cc188c079dee0f8ea2372093879180d 0.00 MB 2 0
51,945 51,945 000000000c61b6fa6c01f73be7652b762431dd2a60df213f969f9a1bf1e1918a 0.00 MB 1 0
51,944 51,944 0000000010a146fbde2cf1b5cd8f8c270f52d1695d64240eedb9dbdf7ae5ff63 0.00 MB 1 0
51,943 51,943 000000000a9b85ea2544fa18a43f88446183baf4c73b8e9580989082e81c8f63 0.00 MB 2 0
51,942 51,942 00000000058e89c57b870bba9bdb427d68d0336583859d83ca2b34fdc1bbbe79 0.00 MB 1 0
51,941 51,941 000000000c918395346935f3c511d8aaa4cdbc2f3158c932624537e05f26af6e 0.00 MB 1 0
51,940 51,940 0000000010185849e5707e016bd4c3512266dfd83627895b9df2718547c2ca3f 0.00 MB 1 0
51,939 51,939 0000000000ec011f3202caa89c18653f67615e69723c12e617fdf0e518fdbea5 0.00 MB 1 0
51,938 51,938 000000000863677d0aa592ea5e1b79ccc31ab7cd4280365f3acc565674a76d28 0.00 MB 1 0
51,937 51,937 000000001d294f3e789b62de8170f3d0a3aba2d10419b8e8392c38a1150aa850 0.00 MB 1 0
51,936 51,936 000000000a0c9e97c6d0567d6f901bed1427a73d104b73a1e118cc9126a1a097 0.00 MB 1 0
51,935 51,935 0000000020b462b58fe84c789fbff35865372146597f229b744e680be322dd20 0.00 MB 1 0
51,934 51,934 000000001478470c5852181e2cd8bd139becfa070eec5764fae663babe649494 0.00 MB 1 0
51,933 51,933 0000000006319e9c52baf2285d7c19c136555b44a567cd91a42ab444995c9584 0.00 MB 1 0
51,932 51,932 000000000ab3add399421861278942025ba8a8181cb1132a379aa7a5328f9d91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.