Memory Pool Memory Pool Refreshing

8,402 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,343 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (797,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,755 110,755 0000000000007a24504b25a51db52c28bfc7ad308f7b21454ca7efe35e3062a2 0.00 MB 7 646
110,754 110,754 00000000000055846cd4a4cb129926310fcab2907b96b04aba41bd252d7fde22 0.00 MB 5 969
110,753 110,753 000000000000c23fa021c27a92df934944a512e977996b54b7567aeb26f6932b 0.00 MB 1 0
110,752 110,752 000000000000597f7d1b9cc6e59a0d85bffbf0d36e7965464cb3d824b7b6a3d4 0.00 MB 5 0
110,751 110,751 00000000000066b1dfe90ab2387f941e2bd8d109e3c1c4c2dc87b1dbb2ef5b3c 0.00 MB 1 0
110,750 110,750 0000000000007aac950561474542cf84243ad1dc0bc1d226e1fc238a9b610fa0 0.00 MB 6 0
110,749 110,749 0000000000008f05080a412ae1744e4989ced95b2e69469f4910f754ef055bdf 0.00 MB 4 0
110,748 110,748 0000000000012394aa3c54a50cb53c1c29ba7b0a34f65dfadfa33b20bb336867 0.00 MB 6 0
110,747 110,747 00000000000086ee0e83827bea5eae651000d745340b41d311e3550056530f61 0.00 MB 2 0
110,746 110,746 000000000000230a5fa25c8ba1b84badba2dd126f1c8e43615dafb0e5f61864a 0.00 MB 3 0
110,745 110,745 000000000000630d5361e9f723abb3a9d173b18266f66964ab3679b70907344a 0.00 MB 17 0
110,744 110,744 000000000001b4f1e90092db8b32ebe22145baa597e241d128e765e73da2fd65 0.00 MB 8 0
110,743 110,743 000000000000eb46876d0d3d3fcdfa33e5145075ed8d5e1114ffe44a2eedc55c 0.00 MB 4 0
110,742 110,742 000000000000ef79d960e92428708dd326828786112931bd5c613ef89af56442 0.00 MB 1 0
110,741 110,741 000000000000e1adcc3c7a8a9c6f06a024b7bbbc607ab5c880ff6063a8e070c2 0.00 MB 7 0
110,740 110,740 0000000000018a64c555570568fab9156830127a9f9931c634e2ab23ba30ca0c 0.01 MB 2 1,129
110,739 110,739 00000000000039da98d3e2cc5d353ce6507bc14825cf2973581a3bb5544f2d0e 0.00 MB 10 0
110,738 110,738 00000000000091aa2b599a008a9f59054e89f5b6fc8afa6abb0445274960f6c4 0.01 MB 2 0
110,737 110,737 000000000000cd4671aacff78e035ffdf1810c16da8ebf611cf7c6ca5b79d1c9 0.00 MB 12 0
110,736 110,736 00000000000099cef470b523e7557a7c73d0e57c740273e392fcbaef71125e18 0.00 MB 9 0
110,735 110,735 000000000000a27ca6e48356066af89db906ff3fd16aae1a0a166b484e8185ea 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.