Memory Pool Memory Pool Refreshing

4,054 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,969 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (865,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,687 43,687 000000003a8784a28f12d6793f25fccdc53cfa865f8f4fa0a68535ac071fd144 0.00 MB 1 0
43,686 43,686 000000003a00c34c4c178de205819b42ac4282f97d6b324bc90a6db8f5a4038d 0.00 MB 1 0
43,685 43,685 0000000000c0a6443528e9211168123c43f1fdf331170666b9409edc36c772e3 0.00 MB 1 0
43,684 43,684 0000000012ba41f785c5af498bd4c50ce7eed2e33a82c648096a3caa818f91b1 0.00 MB 1 0
43,683 43,683 000000002db561d52f32d19b5f66381162f0224583a11ab1f8369d1f5db2a081 0.00 MB 1 0
43,682 43,682 00000000092618778a9c012b1293830f388dbff45a842381bb22ba247a6e7c9e 0.00 MB 1 0
43,681 43,681 00000000365dca62f6bef610f50f288e518c572f071dc34557f0c217fa0a8f5d 0.00 MB 1 0
43,680 43,680 000000001753da4517d21d9e627e3e8d87736299eaf305ec82cec93de1d77821 0.00 MB 1 0
43,679 43,679 00000000363f3fde8b073c70692d43373f468f4301214653cebe829ac3c4ff35 0.00 MB 1 0
43,678 43,678 000000001ba4ba2ec23576280b24f481ea9054950cb6ff4a9de0a186d6c63c64 0.00 MB 1 0
43,677 43,677 000000001a0a7185531fdf116bb662bf71adcaba28b1d265f8aa0c8f72013566 0.00 MB 1 0
43,676 43,676 0000000000220a746beb1ca4cf6e4611794a8c8c1a53fffb7f1c975c050c3657 0.00 MB 1 0
43,675 43,675 0000000008284e056ee959bfacc5d98b3bb86c1e4f23ad1d860752e520d3a31b 0.00 MB 1 0
43,674 43,674 000000000c1713778a921fef645516aca5aa0d80f7d0b5c6e2fa970c51f39d8e 0.00 MB 1 0
43,673 43,673 0000000013da3002af26c1a807dd05842524def0c91c5d79f6418b297493cc92 0.00 MB 1 0
43,672 43,672 0000000008580c3b30da9eaf1e428d80b33ac13fc42bb853abd15e5171dc14b9 0.00 MB 1 0
43,671 43,671 000000002f6648505df54e514640e6d7944b275353ab2fe8f5f57f5a3bbf6d56 0.00 MB 1 0
43,670 43,670 000000002cdb7ad05f784c6596c0e2be0b806ac7da4b70fe3def78bec37e39ef 0.00 MB 1 0
43,669 43,669 00000000128fd1135694642c6511922c3aeb70372a1809d6f1c73f415c8db04c 0.00 MB 1 0
43,668 43,668 0000000009c40b55fced0940a4664f1a9d6eda02115508d65f178c8ce2df6623 0.00 MB 1 0
43,667 43,667 000000001628834c4629e03ce40e8a51e8b46b6117033d73a85134ebc41eda0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.