Memory Pool Memory Pool Refreshing

10,313 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,284 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (171,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,475 736,475 0000000000000000000015caecf8c60a4ee3b56a1127688c1128be8d459ec238 1.40 MB 3,278 31
736,474 736,474 000000000000000000075aa84e03ba42905850120766a6765a0db85818cf1d59 1.78 MB 1,452 7
736,473 736,473 000000000000000000071ff046ffed01c5bf5c6d8e5b12db9fc96946a01b1e15 1.52 MB 3,019 16
736,472 736,472 00000000000000000004e0c1a9153c525be7b24fee81e1ae41e5338d83dbcf85 1.51 MB 2,337 13
736,471 736,471 0000000000000000000302772e95c27cc5c9d40b7fc015ca46f7fdfe3c8f5a5b 1.54 MB 3,017 16
736,470 736,470 0000000000000000000351e3563a21450225b25b5ec6fd6e27de9677d6b9bf95 1.64 MB 2,645 15
736,469 736,469 00000000000000000002ca1c98c5b2567bc929e55994f1aa57960f6d06855d4e 1.74 MB 1,762 10
736,468 736,468 0000000000000000000745a6a366885df1d64f273e9f846f4573ef44587865ed 1.88 MB 298 2
736,467 736,467 00000000000000000003f04375181cdb5f0c94f9dc2af89ca6c0280f76109c7e 1.76 MB 1,787 8
736,466 736,466 000000000000000000086d1d053be9d143fc89c8ee4489632e08a77b6cd43751 1.38 MB 1,704 13
736,465 736,465 00000000000000000001ddd84e4a08323117fc7c55f9c6c4c905d28b8c9f8960 1.39 MB 2,836 22
736,464 736,464 00000000000000000004f5e50bf4348735dbcd13bcaedcfb388abfe201278518 1.80 MB 1,206 5
736,463 736,463 00000000000000000001182082c6c464c0c345ecf88a329263f8e2335d11d5dd 1.56 MB 2,169 12
736,462 736,462 000000000000000000048114fb1aabb688790cd236f441048ab3dc8edaa8e660 1.43 MB 1,283 7
736,461 736,461 00000000000000000008cf6249ac4ee3b84034ffa6af997e0470541222f70ea2 1.44 MB 1,043 4
736,460 736,460 00000000000000000001de292462033547f76d89e56daf7ab8e290e4125878f7 1.50 MB 2,754 19
736,459 736,459 00000000000000000004646fb1c36258bcb6840b45ae8d0b828388172c235936 1.66 MB 1,224 6
736,458 736,458 000000000000000000073796afafd121158b183c251addbe369ddefbc068577f 1.65 MB 1,199 5
736,457 736,457 00000000000000000002a0d851db6606b789196ef7fefcf1f65352cca5ba93f9 1.31 MB 2,341 19
736,456 736,456 00000000000000000004ed4a95879de40d1e56973df2167ec0005744a3c89992 1.57 MB 2,469 15
736,455 736,455 0000000000000000000171a96c42b3b12490d8680be9c8ecaffcc72bb2b07034 1.50 MB 1,236 12
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.