Memory Pool Memory Pool Refreshing

5,747 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,655 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (730,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,089 177,089 000000000000018bff1ed41a1379506f1286070adbbc2d515079ae5f1ee1909f 0.04 MB 75 41
177,088 177,088 0000000000000819b92c65233fa2ae1351c1b36b23f69e1e4748dcd3d3e32b5f 0.06 MB 154 102
177,087 177,087 00000000000001dc0f092c497be6b300c6f8b704db936b8237e18cd5f1132a1f 0.02 MB 51 164
177,086 177,086 00000000000002776136f594cba8b29f0cab5731fb74ee5f02eba92ac078c355 0.01 MB 4 16
177,085 177,085 00000000000003385dfe63e5404f7a591572b33b404bdd73345b12db9d4a3bce 0.00 MB 6 64
177,084 177,084 0000000000000a4ca2ce7783b14ee49251684044e39862d312543d5667bfbb13 0.07 MB 46 62
177,083 177,083 000000000000010dcf3244533fbd9f532547f9e18a27e9b08363eb1c08cea41a 0.01 MB 24 69
177,082 177,082 00000000000008df510f80307843b3e2bc5e8b630e62f9d0ead43161210a00b6 0.02 MB 50 51
177,081 177,081 0000000000000a863bd8431e6aab151693c34da35c4b511fdf311e7894a5a9a6 0.05 MB 132 139
177,080 177,080 000000000000073691414d592ae5c16d614ed92b4bb297d157476f4446d5e5c5 0.02 MB 30 53
177,079 177,079 00000000000008a77432701f9d6fd387c972c445d63b2f425421941482c7cf28 0.00 MB 10 387
177,078 177,078 000000000000022713f96b7f6fa57a57edecf620faa06f95b68cced08fc99ab8 0.03 MB 70 132
177,077 177,077 00000000000008131525d9922727496f43a871d05b6a5ccd592b65f580716e23 0.02 MB 48 56
177,076 177,076 000000000000067f03ffba30cfaba6a64e213e44f5e7dae5ecd2574c6187ef0b 0.01 MB 53 3
177,075 177,075 00000000000007bffccc5f765792913dd9ac8bb2d26be075b8bbdea3cd990208 0.04 MB 59 96
177,074 177,074 0000000000000981a17b4f6b46b75844a255ae7cbfe5e24914bf3867de4edbe3 0.04 MB 110 172
177,073 177,073 00000000000000f8a92d486d6039397f5cd4ec128a8fca24e66402823a5ede93 0.02 MB 45 902
177,072 177,072 000000000000082c198df1f4beef2a78d0d0039a072b93f0ea5700a1a3f1c737 0.00 MB 1 0
177,071 177,071 0000000000000220d25ce674c18ea4788ce7a0ca3841e46810197a85de4c3147 0.03 MB 70 120
177,070 177,070 000000000000001b26cae7e5957cfbd1c3a1bc2912741411c61a525eae3a28f8 0.01 MB 29 39
177,069 177,069 0000000000000401241972e0779eeb945ff43d0b3c5a286c99cc75ec304fc28d 0.05 MB 94 638
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.