Memory Pool Memory Pool Refreshing

2,921 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (852,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,895 55,895 0000000004496c12720af50d323fbe850e07fcf852993dd23e4dc7c2f4d79f11 0.00 MB 1 0
55,894 55,894 000000000a3d261dba8a22e0fe4d2bca8a8142a70acdc36f21ec7cc822827365 0.00 MB 1 0
55,893 55,893 000000001365bf49f070841d470d1047e630d8c89569ad916a5ee0fec77223d3 0.00 MB 1 0
55,892 55,892 000000000058acb6aac4fa6466168790d07a4412b7e0d4abffd7a01dc2b02f9e 0.00 MB 1 0
55,891 55,891 0000000011ca706baa0de56c24ca92ea7a8ea0fb9a4fbbcbcb154020233dbafb 0.00 MB 1 0
55,890 55,890 000000000bc40e41e2cec387ed9de48b3b15daa69f85495ac3f9d767016edcbd 0.00 MB 1 0
55,889 55,889 0000000008dcb42b0f4f5b29a381823eed1b933b8a028e3be480ed8439b4eef4 0.00 MB 1 0
55,888 55,888 000000000b7d4778a9b828535652f579819c65f577bdb6a248f91cf4dc3a4dce 0.00 MB 2 0
55,887 55,887 000000000c5882eb7d8b4516d2291be721d759915ed8a6a059a6737345573635 0.00 MB 1 0
55,886 55,886 0000000008e1e9bff64143846121362a9e16c90a51e412bc673d3616bec4a20a 0.00 MB 1 0
55,885 55,885 000000000bb7601a09616735d49996666cb3cdf77022f6ce8bd5382aeb6c8394 0.00 MB 1 0
55,884 55,884 00000000047ca314ef56f7affc2b8bec6f587e8131678cf4432c38f901432b25 0.00 MB 1 0
55,883 55,883 00000000086335ec5dc40742df1ca02d98888bfdf024b1ce4b382a44021b2c46 0.00 MB 1 0
55,882 55,882 00000000018e072db3388dec88275dd7deb8d1a7cdcf4c2e03192e8bf3f6bfe5 0.00 MB 1 0
55,881 55,881 00000000018904928ad59216eb1e59ba62d4916bd4e14703e777065f343b4147 0.00 MB 1 0
55,880 55,880 0000000008c43ef4c61080a09ce47c94731e517d071b99e51984a2ac475f587e 0.00 MB 1 0
55,879 55,879 000000000556e8f272b0ef8195ee7a573713ce36ba17e8d181035152fdaaeeef 0.00 MB 1 0
55,878 55,878 00000000032ac53d0edf167eebe46c677894a533ca00eb0656e995842f236e4f 0.00 MB 1 0
55,877 55,877 0000000002ad8c5c85e18c6a20d8e8c3643490b398e72bf4d32fc75375c9d8f0 0.00 MB 1 0
55,876 55,876 000000000ef74106e058c015e171d2c7719453de455f2640a8d077d153569476 0.00 MB 1 0
55,875 55,875 0000000005c2d08ba95b80f856959c892cfdb5b55e687399ee89726989d71a04 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.38 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.