Memory Pool Memory Pool Refreshing

13,708 transactions
4.35 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (734,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,718 173,718 0000000000000231160fd0063fd885c234825640b6a7f5462f52a8e7bbd0e33f 0.01 MB 9 676
173,717 173,717 00000000000006cf2697ddfdf8d8542253f3a955c2d092cbad04f1b30ef03ebd 0.00 MB 14 96
173,716 173,716 0000000000000135cfb09a4beb79d84842e39da322b518258b932e113d55eda3 0.01 MB 32 113
173,715 173,715 0000000000000a49082041820bdf0d1071eddb23ca30812185eedda52c990fa2 0.01 MB 17 80
173,714 173,714 00000000000000b402985ec1a7e5148a9ebc6ba56fd60ab8aa90b16439223f9d 0.02 MB 36 152
173,713 173,713 00000000000007d77dbae931153b37c917268493d5d90b929aeabf75cff1d597 0.03 MB 76 64
173,712 173,712 00000000000003ea861bf217f5220f9c6dbe5392778f49bfdcc77c67b7baf920 0.02 MB 50 68
173,711 173,711 000000000000008e84c4da78d7f39089ce72f18802c15405e9feeebacb1f7c1f 0.03 MB 36 38
173,710 173,710 00000000000003a026e6ca3e345fea7289842ddd03bc283a41cbf10a9feb5c64 0.00 MB 2 193
173,709 173,709 00000000000006fea14d0235184f6789258af290d5cd5e5d5823f7b5fb91ae37 0.02 MB 84 29
173,708 173,708 00000000000005345006b92a5c455d66b15a6704eaced521fe12fe5b74cc0d72 0.00 MB 1 0
173,707 173,707 00000000000004bb847fea517b9fc7139f821c134337d728c0c250eeadfcc060 0.04 MB 85 65
173,706 173,706 000000000000074800c070d96888b94ce608c20eb06da56c647bdcdb6f59daf7 0.00 MB 1 0
173,705 173,705 000000000000048e45698c3fdb95963a570cfb43a1802155065f6799f8cdf807 0.01 MB 42 188
173,704 173,704 00000000000005874ea9697a4c91017a8033ca161aa18c481605578f9e188e4a 0.01 MB 14 17
173,703 173,703 00000000000009509de56e9c9157be8f832b72bb5f0d5e33b4f2b48fde11d947 0.01 MB 13 60
173,702 173,702 0000000000000169f290059e0a7a2a87da53f336ff8faecd4f71d7fa2d38412b 0.01 MB 17 670
173,701 173,701 00000000000006a3aaebadd4f4318f48a8d28788080d719e1f90e326c48c00f1 0.02 MB 48 122
173,700 173,700 00000000000005a78ce0ea8cf1e2eb570bd3f694233238719e65022842e2643c 0.00 MB 1 0
173,699 173,699 000000000000061b7260a05421f601d42e86532bda395329780a8e35160e28dd 0.00 MB 9 140
173,698 173,698 00000000000005330f25bc6b438848501e5d1c63d9a49329614f5c1577893e40 0.02 MB 72 4
Previous 10 blocks ↓
Total Size: 769.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,622.92 GB sent, 92.96 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.