Memory Pool Memory Pool Refreshing

3,414 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,784 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (102,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,772 804,772 0000000000000000000252302150e3dfd86c7bda68cf9df834f901bf55ee3c22 1.97 MB 2,842 7
804,771 804,771 000000000000000000027a2288b88a154319af006c85b26883a4d9e90c2b430a 1.68 MB 1,372 9
804,770 804,770 00000000000000000000de1f12fdbe448861c7d0e413b665a86380523b980511 1.70 MB 3,352 13
804,769 804,769 000000000000000000024243e149f560c00292326313556cc0b10c08c5f7f22a 1.57 MB 3,375 21
804,768 804,768 000000000000000000043088c70ace2f33704c93a9ffb1ae97175978f865fab9 1.83 MB 4,708 10
804,767 804,767 0000000000000000000507b3ea81d55974c746815b47b26ee451f04eef92dc73 1.65 MB 3,699 6
804,766 804,766 00000000000000000003b5f6f7dacadfc255e32926511eae006b4bdf168cec98 1.72 MB 4,263 9
804,765 804,765 000000000000000000017617ce07644da39b56c9d1fbcca41854c0d3bbbfb6c0 1.94 MB 4,554 6
804,764 804,764 00000000000000000004a6ebfdb8d62afa224fece7b7e6b3ca8de22b0d39b566 1.57 MB 3,579 6
804,763 804,763 0000000000000000000129d361373f4672a903fcc6b34d44584dac85405b5a3e 1.99 MB 5,688 8
804,762 804,762 00000000000000000004aa08f5bf0ec39fa001aced6cfc483c25f85b3892327f 2.03 MB 4,725 6
804,761 804,761 0000000000000000000279f7da6996f97139f6554c6de3ab2d2a8df7ec0d7857 1.41 MB 2,250 15
804,760 804,760 00000000000000000000259d09d74f4cad9b4b1ae31cc0e3cba92f23d384ca60 1.50 MB 2,122 7
804,759 804,759 0000000000000000000150db81fdca685c2769dc06821e6c8bae59f1e6fdcb84 1.60 MB 3,070 8
804,758 804,758 0000000000000000000024777a3a2d11104c23ebb8179729f153e9737cfed3d6 1.85 MB 4,998 10
804,757 804,757 0000000000000000000103008be53eac23f9e7e0fe315a45b0ebaf5d181eafd6 2.02 MB 5,005 7
804,756 804,756 0000000000000000000405f106db446a2759e369bb7a24d45b2910c7e0801887 1.58 MB 3,119 17
804,755 804,755 00000000000000000003517f9fb4e372c49c0f4d505d91807d6d19d239745b8e 1.77 MB 2,415 15
804,754 804,754 000000000000000000037152d3e05f467d933655d18d4c8f66c085cd95168752 1.76 MB 4,618 6
804,753 804,753 00000000000000000004b525ed64053fe6453e8641f66afc7ae70c270d2c88cc 1.44 MB 2,246 11
804,752 804,752 0000000000000000000359a3b7040ec8813c410b656c6b4c6a3dd572ac736547 1.85 MB 3,988 8
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.