Memory Pool Memory Pool Refreshing

1,630 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,777 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,629 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,776 (630,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,321 277,321 0000000000000000f9cf60291158612ff11695f7802af16fe680383c41f1b252 0.25 MB 761 100
277,320 277,320 000000000000000329ebf9211ede2493256f005902301dc80fc8afaffb52f083 0.03 MB 49 35
277,319 277,319 00000000000000033a283d518d3710db2cd51adbf29884208b3a0af03799613f 0.05 MB 99 20
277,318 277,318 000000000000000221b806dc42f784a70c3234511c91e1c8291cb0d91365bb5c 0.15 MB 272 50
277,317 277,317 000000000000000010236c269dd6ed714dd5db39d36b33959079d78dfd431ba7 0.28 MB 643 61
277,316 277,316 0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b31b2cc7bdc4 0.22 MB 419 41
277,315 277,315 0000000000000002a7bbd25a417c0374cc55261021e8a9ca74442b01284f0569 0.04 MB 40 11
277,314 277,314 00000000000000027e7ba6fe7bad39faf3b5a83daed765f05f7d1b71a1632249 0.12 MB 281 46
277,313 277,313 00000000000000038388d97cc6f2c1dfe116c5e879330232f3bff1c645920bdf 0.15 MB 376 55
277,312 277,312 00000000000000015f7a8443e161019997ede75fe3a2bf9e353585eb09161c7d 0.00 MB 15 40
277,311 277,311 000000000000000295c74eae7d2e8e02b3097454318348e1cc8b9cf6aef15cd9 0.09 MB 187 43
277,310 277,310 00000000000000019231c58ced75eb097d1646da07c8e6dd1e1f374462cc4be2 0.22 MB 498 65
277,309 277,309 0000000000000002a42f96b4898cd992abc7aeeb6f71067ea0d0b393e50470ed 0.16 MB 285 47
277,308 277,308 00000000000000003482318ca7b8c110342041944275c2ffc7673ee8925ca989 0.14 MB 252 43
277,307 277,307 0000000000000001596cbba78dcef77bc0b073c35f557d61edd30ef4c0243cd2 0.02 MB 27 46
277,306 277,306 0000000000000000627a39949099958135db17e743eef2a5570fb0de33246b85 0.09 MB 195 42
277,305 277,305 0000000000000002b0be6f8ec418b79cdb5e218834e26e5af1aba6dcdcf1367a 0.09 MB 194 54
277,304 277,304 00000000000000029ab00827db17855d1b0725f6181471aff8a0e9f14a6dddab 0.12 MB 266 69
277,303 277,303 000000000000000342c8ba468532ca3f4186410c6d9eb9115e9c12c18cd25a74 0.02 MB 43 46
277,302 277,302 0000000000000000b9b7247be0f559aac078fc7b10f8f399db40bebe81004631 0.02 MB 38 40
277,301 277,301 0000000000000001219742a2f4bb8f95d1a0d184693cb140ffaa468be24f808b 0.02 MB 29 27
Previous 10 blocks ↓
Total Size: 769.12 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,630.07 GB sent, 93.48 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.