Memory Pool Memory Pool Refreshing

9,762 transactions
3.15 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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,372 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (874,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,876 33,876 0000000011cb1f3ac18da80a7e2a3172f4d64be93673d4871be6e4fc2608d8e6 0.00 MB 1 0
33,875 33,875 00000000b17d6dbe023bbaefe9a9f90e564ff4445099c98090b35c52a98043f6 0.00 MB 1 0
33,874 33,874 0000000060db8b4cd66aab157957c9ea624e2ae6dba9bc0a653d0b3ee3e160fc 0.00 MB 1 0
33,873 33,873 000000002390dc747b857839ba8e01688149079f6a223d08a8db315c847735ad 0.00 MB 1 0
33,872 33,872 00000000b7ce4e9f4969d3b9beb5cd5af38191ac757d697a28481d9e0d9ae9c6 0.00 MB 1 0
33,871 33,871 000000000a893f04036fd0c23e73c2ad8552f208b62c45bf9a89fe9b7f286167 0.00 MB 1 0
33,870 33,870 00000000b90bd1efc67b54abff77a3688a48123727c9523e4f57434341776e3f 0.00 MB 1 0
33,869 33,869 00000000ca10301ed0f8667657bbe0a91609d5fb100c86501f007f5bebc05283 0.00 MB 1 0
33,868 33,868 000000006fea87d93693990a5d0d229e41ca3d436af3b7277aabe40b8b6d1a01 0.00 MB 1 0
33,867 33,867 00000000b34c7a31c9189d4bf42fefa2af6006a8d2908f5660ce69cd396a3d58 0.00 MB 1 0
33,866 33,866 000000003fe6baac9109c2212db409e733a08a4f5fd09d5ebf5ab608a4770108 0.00 MB 1 0
33,865 33,865 0000000012d0705d564e11c3efef6268a5b407177bd9e2cb68dcfddd9a78d302 0.00 MB 1 0
33,864 33,864 00000000a401927180272dbc20bd03b4038c548d83289a261de9e9c3ec7591de 0.00 MB 1 0
33,863 33,863 00000000bc0e7168a8aacfee70fb9ffed40f5e2449796f22db82e2eecb78aee4 0.00 MB 1 0
33,862 33,862 00000000746476721e367190b765df06414e8f13fae9f5ad4f71c8077e88da46 0.00 MB 1 0
33,861 33,861 000000001c5cf61f94c01e9cfed90c501e6fdb7339472697741a7750f9c6c618 0.00 MB 1 0
33,860 33,860 00000000576a9ea77b29e94439ecad6d037b80aba7d35325a44bc6e9252296fa 0.00 MB 1 0
33,859 33,859 000000003b87d796571114fdc5f7157fb6fec653391c5b36e4d0291c30fcb87c 0.00 MB 1 0
33,858 33,858 000000004f5f8d5ba0f6260f4381fd1f9531753f235db6835578fb56845b7ca9 0.00 MB 1 0
33,857 33,857 00000000b5567460247ccfbd79a436ed53c5143377419aa4ed11e0cbd6f8cb48 0.00 MB 1 0
33,856 33,856 000000004bbb50b7da817b35aa42fa374edea8f90b5c3a0b26e5867a625f9728 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.85 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.