Memory Pool Memory Pool Refreshing

3,442 transactions
1.76 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
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,115 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (587,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,384 320,384 00000000000000000c5d9b233c06ce92cf241fc32599c4b2a17368d658e35ee5 0.37 MB 838 32
320,383 320,383 00000000000000001e1e4c73f3bb386191ea8b1fd919bed4a63defec4c9a4659 0.27 MB 544 30
320,382 320,382 00000000000000000d817ee731a9b93dedd5d3d03ba2c0b3052e7c6fbcc780c5 0.17 MB 269 23
320,381 320,381 00000000000000001545846602a0fd084b5ff985b05d9015bcf764e308a0fadc 0.27 MB 510 29
320,380 320,380 000000000000000011eb3c1fe54cc4ecd126a2c15bbecf54eca2257ed0c08406 0.35 MB 715 30
320,379 320,379 000000000000000001e1db25e11f716a21654a425cc0a54e48261fca9c9a4f86 0.05 MB 138 35
320,378 320,378 00000000000000000fff1e89e13b8570395da9b988fbfb55010bf2f261fa8130 0.32 MB 590 30
320,377 320,377 00000000000000001b7553de4c86bfcdfc996576ac462f4bcbfbd73d989944bc 0.27 MB 638 34
320,376 320,376 000000000000000022ac22a5cd0b2e5ea5bf253ce8d3289af8882b3205e83f0e 0.36 MB 732 30
320,375 320,375 00000000000000002105c00f9f86ebdfe18b7b5abc55d80ddc4fb30cc3660894 0.06 MB 71 12
320,374 320,374 000000000000000027858fc8a9a0a41b31e1c01a9c70aa94428c2e507c756d08 0.57 MB 1,151 30
320,373 320,373 00000000000000001dcb3c6c56f4d0ba094f712ec8b99bccea6d021a61afd3ea 0.04 MB 90 27
320,372 320,372 000000000000000002da2dde9840740e5484331e98585ab08d939de4de30fe47 0.09 MB 219 29
320,371 320,371 000000000000000015d645b11d93387ac38d938bb2daa774642dabd80a76de45 0.27 MB 575 27
320,370 320,370 000000000000000024856136330fda7b29637c12bfc184819b357a4fa62822be 0.67 MB 1,272 30
320,369 320,369 000000000000000009e739916b7bb8b04e948d5a96f2283c37760808d5d8999e 0.22 MB 394 27
320,368 320,368 0000000000000000016050b74680492af9ac8eafc65512adb994a83fc82f1454 0.16 MB 294 28
320,367 320,367 00000000000000002181c5ba85dd58c86cfac270fefae27f83e13ba08e3ed947 0.24 MB 407 29
320,366 320,366 000000000000000023b6a4722e73b4d491833d4efaec44bc36e0bd334c553b4b 0.50 MB 1,050 32
320,365 320,365 0000000000000000183db50d6961e1e3b7420803ca6b0625951f2ac5b801fb32 0.07 MB 127 25
320,364 320,364 000000000000000016b88280c96c24fe203ebbdff653a47bf6a7587ec7710f17 0.03 MB 89 36
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.