Memory Pool Memory Pool Refreshing

6,839 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,986 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (128,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,764 778,764 0000000000000000000305afea7d67eef70fdeb1a6f14d3f3481117ab0f7095c 1.31 MB 2,239 16
778,763 778,763 000000000000000000024b030f60fc1fa8d63056189df5c4ef02617ac6fc3971 1.39 MB 2,970 29
778,762 778,762 000000000000000000038a2a952d4ad735ccba44844e333244997d7bddb9b252 1.28 MB 2,260 28
778,761 778,761 000000000000000000007e4ecb74fa6f8b83d94f7e00001912e7fac6a980a06c 1.92 MB 2,457 16
778,760 778,760 000000000000000000063dfef2c6b90b6d0689310dff63bcdb30097e79d8063a 1.45 MB 3,590 29
778,759 778,759 0000000000000000000376e1fad6d71762e49a5602e0455aa85fde810dcab430 3.55 MB 751 5
778,758 778,758 000000000000000000030cbad6c885864eb3f18d5ffff1ea4e46468cd51d2869 3.06 MB 652 4
778,757 778,757 00000000000000000004f149deb45b858a8b9f1c191b83d02d4e11d5ae361df6 3.06 MB 1,306 11
778,756 778,756 000000000000000000025a3d6d2ea1ed9b5abe3cd1a30508ef8b4967c0aa8b29 2.96 MB 920 9
778,755 778,755 0000000000000000000063d802f47551d2c0c204d8058e78b003871acf03fe71 1.88 MB 2,379 22
778,754 778,754 0000000000000000000323070e0409d65b019ca97ab7e456d23564ddc6a259fd 3.80 MB 489 2
778,753 778,753 00000000000000000004a8b2798814bef463c415a6d1bfee1d07cf5233f808cc 2.96 MB 1,276 8
778,752 778,752 00000000000000000005b3dfe6d8dfacfc1f008397abc35ae5ed7caf03a9076c 2.89 MB 1,072 6
778,751 778,751 000000000000000000054f7f8e8df18bd6a5e8ee2a0a743902211aabc112f8c6 2.90 MB 1,517 7
778,750 778,750 00000000000000000004af71ba45e864d949f086ba4824d6812a1b957811015d 1.75 MB 2,419 21
778,749 778,749 00000000000000000002761eed740819dbcb0179850bcb7e8ae5222286f707af 2.52 MB 1,517 5
778,748 778,748 00000000000000000005b0cab9efda1222fd9e986718f074b8a1509ca8218e96 1.63 MB 2,331 18
778,747 778,747 00000000000000000001ea0a65eadd2f1ff57a895ff01c3d12f1bd43c85d49fd 1.46 MB 2,712 30
778,746 778,746 000000000000000000037f7e80926d9179688cb8067d2c41c73bea08f75b5f1d 1.32 MB 2,408 28
778,745 778,745 000000000000000000053ff981361044d3d40f978831ca99d748c39dbe99e8ad 3.08 MB 1,454 8
778,744 778,744 0000000000000000000195cbc789b34db4bf49ac1173dee5e0f25875d6c014cf 2.98 MB 1,481 9
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.