Memory Pool Memory Pool Refreshing

400 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,611 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (833,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,799 74,799 0000000000524849f523a302dd48d0cc2f961a9d7d30f9acf82f648990482917 0.00 MB 1 0
74,798 74,798 00000000002b4b4d4b4de13f51d02eea334bef7504b2f5577bbdd9986162a85a 0.00 MB 1 0
74,797 74,797 0000000000125965fb5aedb6819c937bdca58086cf9b150b65254f772764f982 0.00 MB 4 0
74,796 74,796 000000000024dfc1a7ea50abf1cb5c1104f57849d9430af8b6996d419cfa8b24 0.00 MB 1 0
74,795 74,795 00000000003df953e17c69388a1054dbce1f1b0f8a1517be486e2faa2fe41f19 0.00 MB 1 0
74,794 74,794 0000000000089d752897a23f10f11b7374244fb15ee52f1cf17d8a4a0417bfbc 0.00 MB 3 0
74,793 74,793 000000000009ad9051d0cbaf7e9b2aa11b2512017edeaf5a78715e06fa66b67b 0.00 MB 3 0
74,792 74,792 0000000000103a8abac4322310c4b5bf201815a861d1044020bd4d752a943e2f 0.00 MB 1 0
74,791 74,791 00000000001c72460cf33febdafb8fcc3ccdbbbcf691bf814293e8eeada20886 0.00 MB 4 0
74,790 74,790 0000000000319202990d0f61b9a433daf34b24a61bd41036d73446a89123096c 0.00 MB 7 0
74,789 74,789 000000000050f8b52b1cad6024ee4171a8410489956007737b3357fed05e6418 0.00 MB 6 0
74,788 74,788 0000000000217ed59b51323eca886c3878d2da5cad2cb34e1d7dc5a8bcd12b5f 0.00 MB 4 0
74,787 74,787 00000000005147a7f96ba700f529d5971faee4f1f90299e08d5dfe2506828d46 0.00 MB 1 0
74,786 74,786 00000000006a19896145c00d76fa126641b4238247e28e3dabd9ab1ff7806cd0 0.00 MB 4 0
74,785 74,785 00000000001e753e56afe74060be80bffe434ff2498c8a86550a24871249de04 0.00 MB 8 0
74,784 74,784 00000000005baeba241bdc95506db8dcc6c3cbd29d105b18f6476e62816a08d0 0.01 MB 9 0
74,783 74,783 00000000004875ebfa4f4408902caea822fccdee428361a478c98e36fe73bd3f 0.00 MB 1 0
74,782 74,782 0000000000143dd58c86c98f5cac3ea2b479e6905fdde8c6dce18874bf724ec7 0.00 MB 14 0
74,781 74,781 000000000005e9428b9fe707abe385168a84da477dda7621f8580f74236e46a8 0.00 MB 6 0
74,780 74,780 00000000000abb5c34de5e9309adbbf589ef41a30b4d36df091550fd62cc59e7 0.00 MB 2 0
74,779 74,779 00000000003d5b92c738b190fd03e460bd801ace06140abd6a7c35c3ad0c1bbf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.