Memory Pool Memory Pool Refreshing

12,677 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (800,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,788 106,788 000000000000c59ee9c6937ac2edda42ceda1c8572a271b72f15d8015a219298 0.00 MB 3 0
106,787 106,787 000000000001b7afe38d7f32b3e3b9df0f35c044009c39d10a7ecae9d99b07f1 0.00 MB 2 0
106,786 106,786 00000000000198d8f8a72078e572694ee6e34357538a4dea63161c39d0a41b79 0.00 MB 8 412
106,785 106,785 00000000000156d5a58a3144be0a31da72f5e2e191a8d8cfba2b4adb42474d2f 0.00 MB 1 0
106,784 106,784 0000000000008d9d320ed878c029e7a7994127ff6c0fc8341ae6ae3840090c4b 0.00 MB 3 0
106,783 106,783 0000000000018f8becccb5e20a779f468790ce05d474a035f07409044570d11b 0.01 MB 25 1,484
106,782 106,782 000000000002ceb15434fea5b8653a1d5053a951c6df2fff34bfed7a9c75f6d1 0.00 MB 6 0
106,781 106,781 0000000000023ce0ba8857b660bf76eefff7457119354bcd442eab6ff7aa3e16 0.00 MB 6 645
106,780 106,780 00000000000124cdaf9781977c6372f7d301eaba3c8278d1c356703c74618b32 0.00 MB 5 0
106,779 106,779 0000000000019c394f47fcc34f57f13fdec5f6f14cc8b3400fb4836d38ff0fdc 0.00 MB 7 0
106,778 106,778 00000000000189157e3fac68e5ca4bb70520f777a49ce06c9cb9e024398d5879 0.00 MB 3 0
106,777 106,777 000000000002d5cabc8f07a89a774e48b7febfd8d014895047257f27393ee97e 0.00 MB 2 0
106,776 106,776 0000000000028982c34408c1555f3be85e479e3c77947ca411af7d22cd6c9d11 0.00 MB 1 0
106,775 106,775 0000000000008170640c1919c25014cdb403d6b4b1e48bbb32ed643423afad7d 0.00 MB 5 900
106,774 106,774 00000000000220e7d7052dcf6da40bdf94008428e75d27563a7c09ff3dce7e03 0.00 MB 3 0
106,773 106,773 0000000000009730e2ac855d0a1ca6712538077ac6596cd1e9b0be061ef00250 0.00 MB 4 0
106,772 106,772 0000000000012b0f65fedd4b764005d81b014f9b687635929089d69cd6ab2976 0.00 MB 5 202
106,771 106,771 0000000000011859e2c14f9353520b8173c3969ce5670c6f851b3f800fac08a0 0.01 MB 31 0
106,770 106,770 000000000001444e0ac7539d21c6bfaf503de919f61e67d4e1befcc1d5c8a164 0.00 MB 3 0
106,769 106,769 000000000001d080af1f0a1fa881a41aec96d440b9a61f8b9c097da987b2671a 0.00 MB 1 0
106,768 106,768 000000000002204188fe71821a0d13fd284de42cbd9452885d973dd595703944 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.