Memory Pool Memory Pool Refreshing

7,619 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,276 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (896,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,764 11,764 000000006b64ed747d9a61ec6bfd4861dd18a21a686403a6c8150ae2b48f3d14 0.00 MB 1 0
11,763 11,763 00000000feeefe8533f6e06df525ddbfc52c87bc706190b1d43777d533187f86 0.00 MB 1 0
11,762 11,762 000000007eb7af30b6ef76e2e0a6f1791f9883f329ad04766473359167777ca1 0.00 MB 1 0
11,761 11,761 00000000a552dc0363e161c2059b1f0e95d8341cec5f3ce7b8f0292cc5ce5304 0.00 MB 1 0
11,760 11,760 000000007f47c836a834f1730deb4b82b104d07107b3583b4497dc88bc4cb428 0.00 MB 1 0
11,759 11,759 00000000d59c6e46916ab8fd8952e3062ff818f80f17d9ef15429c6f1f622348 0.00 MB 1 0
11,758 11,758 00000000ab1ab6d046809680d94fd8ac9a60bf532201be06ebbc19c5b4ff7d43 0.00 MB 1 0
11,757 11,757 00000000d4a50b77022896ca043dee3d3155369b788ad81f692c73ad8464d232 0.00 MB 1 0
11,756 11,756 0000000014858135ef56fe2e60fa853d2728bcb06274b9207b7ce6c566d5bb6d 0.00 MB 1 0
11,755 11,755 00000000bcc09431baab1f9dc8a8a679ccc260bd74913bf4ba1ecc2a79e52af3 0.00 MB 1 0
11,754 11,754 00000000854088ea6a14e8a6f9272277deb8841ffeb76ff8134a9c21246e48bb 0.00 MB 1 0
11,753 11,753 00000000fa43602405943120a672d46c46f96f2b9e0c4f3b753e92da1536dc2c 0.00 MB 1 0
11,752 11,752 000000008734ac7cb2c2928aef263c4f2bb70f753c7eb1ba0f87c2a2b0ee058d 0.00 MB 1 0
11,751 11,751 00000000be6ca38de289516e57794ae588023eba1ae00bef3bbca9c4ac73a43b 0.00 MB 1 0
11,750 11,750 00000000cd03927a4900e47af3e483f533483964828ab2276e6038961b7908eb 0.00 MB 1 0
11,749 11,749 000000009755566c3dc1fb906bf3e3addc9a48231c169f10ab92aa9458d0cd68 0.00 MB 1 0
11,748 11,748 000000004d9d8ed4e41bdc9bf1db1558cdaa30d6535b0de731f0976db5e74ede 0.00 MB 1 0
11,747 11,747 000000009f2e038b43d386975b3e3af0359361005b3dd78abc3e5f08204bddc7 0.00 MB 1 0
11,746 11,746 00000000bab6839fc1e3f9eefc28c33e1f2dbfc08b41c1ca2d678f6e775c3647 0.00 MB 1 0
11,745 11,745 00000000f9969a6c6f3cb8ca709aa84f94568bf043263744cefd8efb07f6c72a 0.00 MB 1 0
11,744 11,744 00000000ed4b67c1268e2bcd084f3ef1c38f39475f756118392c1d5211b4d573 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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.92 GB sent, 100.90 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.