Memory Pool Memory Pool Refreshing

4,057 transactions
2.81 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
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 2,832 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (737,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,787 170,787 00000000000001822711c3c522ab8e1b276724c4f6603797cc530b6c7810ea05 0.03 MB 33 74
170,786 170,786 0000000000000398c805eb46c72584e4c2aa7377a657d271cef748c6562f3f7e 0.05 MB 59 39
170,785 170,785 000000000000086a5d33d1178c4138d8dbf6ae43b1c5546f91f5fbc860f1598f 0.00 MB 10 16
170,784 170,784 000000000000031a2a2500fccbaadca6675380fc9ecf6c60c285906b62958247 0.01 MB 35 130
170,783 170,783 000000000000004a675b047f3eac68f0eccaf12b0b1313b50f37f8d1dabf8faa 0.02 MB 36 77
170,782 170,782 000000000000082588e404d9e5e2bd2c09665274a744e2291cd40cc3a9098e13 0.00 MB 1 0
170,781 170,781 0000000000000908b000c043cd7f5cad9389044137897b6af3c12f1ba4a71b10 0.04 MB 145 25
170,780 170,780 00000000000000f7537eab0c97e19d8ac8ca9983e20f67078bc84aefcb9ff507 0.00 MB 1 0
170,779 170,779 00000000000002e64147de8bd136583bd8eeb2789586b5e17eb1b29ca72bc37b 0.03 MB 66 194
170,778 170,778 0000000000000772aeef44e032b247799599af67f17b564c23628d01d47c553c 0.01 MB 9 34
170,777 170,777 00000000000006cb8a8a032e1133a7eca17daa64712d06b17edd87120cb00c1c 0.00 MB 10 17
170,776 170,776 00000000000009d48793644b16dea60f9d560a8b45f2d8a8c42e97bc102e479c 0.01 MB 37 138
170,775 170,775 000000000000023cc7803149a2e2827176d2f3827bfa6ea565a14f8b8e9bf70f 0.00 MB 9 55
170,774 170,774 00000000000000c0025a1e0345acbd69b9761ebe9433c129b91ac7f6afc81b05 0.05 MB 109 260
170,773 170,773 000000000000005944940767b52f5e750adeb9deec5d7a9d14ac818a1d650f80 0.01 MB 16 198
170,772 170,772 0000000000000711c22d4b9a5d64958d1d647bec6651ce460e27c6ffae87bef1 0.00 MB 1 0
170,771 170,771 00000000000001c5554a050e2d4328ec4f7e1b39f7da9b24ee92e37f6c55b759 0.05 MB 85 93
170,770 170,770 0000000000000057ac77211d562237ebb604138f770fe414bd251094781b9dca 0.00 MB 1 0
170,769 170,769 00000000000003cf3be47a8f4453ab05528979937497b9c3b6eec49b69fc14d8 0.03 MB 72 173
170,768 170,768 00000000000004d8857f19f7306f676897d789ba9018da5d379e4f08d0b8c0d4 0.02 MB 40 120
170,767 170,767 0000000000000296371ae40031ad5d50e61211a72087bb7df585176d2c15b197 0.00 MB 1 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.41 GB sent, 93.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.