Memory Pool Memory Pool Refreshing

5,616 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (103,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,795 803,795 000000000000000000054d30d35dfabfc2c890d525ab6bb77448d9596b21426e 1.94 MB 2,432 21
803,794 803,794 0000000000000000000162891f39f98d2c650a53096d675b09b58de4c53c8760 1.86 MB 2,854 30
803,793 803,793 00000000000000000001a757ad5f4afebfc82a7538546b42a1bf26595d186b37 2.08 MB 2,190 14
803,792 803,792 000000000000000000048a62f4995d4bf3cf4e9b7275ed5e0e8b8048d767aad8 1.69 MB 1,814 19
803,791 803,791 0000000000000000000272073aa34cfbf793cf84a2aa4f91bf76cbd7f7411d00 1.86 MB 2,740 19
803,790 803,790 00000000000000000003a3a957a93f6940131573f5f145ffa3121a24e9893def 1.73 MB 2,863 30
803,789 803,789 0000000000000000000164db938ede3fb7cf9b8462bc371901e4708605bdbdf6 1.26 MB 1,336 12
803,788 803,788 00000000000000000001bc0e163ab4740e45d09f1e1e053a355a4a28b2009eec 1.55 MB 3,275 20
803,787 803,787 000000000000000000049e4c2f2edfdfb97c38dccb1a190df58c61b77ca10088 1.68 MB 2,614 21
803,786 803,786 0000000000000000000116975459e8c8341a3528b6ae8bb7d01942b718f13c6c 1.47 MB 2,456 16
803,785 803,785 00000000000000000003ca3b553240e347fd8f0bcf12d4f43db0e66b078b7cc0 1.61 MB 3,584 21
803,784 803,784 00000000000000000003b28e5df6d0ffb6d79cd45ad9102e0336e9f39f1f672e 1.37 MB 2,826 33
803,783 803,783 0000000000000000000036cb872829027f4728248ceef22033091404893ef3d5 1.51 MB 2,770 16
803,782 803,782 0000000000000000000351120f167c6b1977b5bc03b9126a4b10bd27105560f0 1.41 MB 2,006 18
803,781 803,781 00000000000000000002bcc9452874898c36a041b10dbb789753ec32521fea7a 1.44 MB 3,048 19
803,780 803,780 00000000000000000004d60487c31425a29c7c86d9341366f1886015a1757600 1.43 MB 3,095 21
803,779 803,779 000000000000000000023f55106df1ef78aa2c0b3287f83462ded1ff41ce6982 1.37 MB 2,957 45
803,778 803,778 00000000000000000002e93f4bd65a4c77bf41300e5f2e38f8dfb58a3f21993e 1.28 MB 1,390 15
803,777 803,777 00000000000000000000ef30f5c3387a805f5660a0ba534f70718d3a2df16cd8 1.47 MB 2,781 32
803,776 803,776 00000000000000000001910a8899709886f307a13229a1fcae9fa070a8954ca5 2.11 MB 6,448 9
803,775 803,775 00000000000000000002b04ad3b5b61f608e16f5563b2f989405f91e908e0d25 2.02 MB 5,488 8
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.