Memory Pool Memory Pool Refreshing

8,728 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/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 ago 1.00 vMB 3,958 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (736,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
170,766 170,766 00000000000009a212b74122654eb3435335ef0d9d03ac27ae0faf1a8e39c755 0.01 MB 21 241
170,765 170,765 00000000000008f77802252e2f872ef34061d9c7cc47cc3704d8ec4f19bdf6f1 0.00 MB 4 1,209
170,764 170,764 000000000000007b68c37389b9c915838b4d027ce029a5b0ae0eef31c01b0b1f 0.01 MB 13 28
170,763 170,763 0000000000000a0454eeb936797760fc5538fcd3d1a35eb220816e3b9aaffe62 0.01 MB 23 292
170,762 170,762 000000000000035c1beeb6ab3184a31d6882491965c927fd62031a3db8bbb90a 0.00 MB 8 33
170,761 170,761 00000000000003aa529df3bdf1d9ca8af5a12a0214b2c41560b4cada042370db 0.03 MB 40 65
170,760 170,760 00000000000001a505fc484bdebb2d6a9848e2c7391f038d013af122c6c48d80 0.04 MB 158 33
170,759 170,759 0000000000000a338bce87c039806a4f15753669e8e80bc89492753675967bec 0.00 MB 7 78
170,758 170,758 000000000000058ce8e6ffd18e822fdd5207676a1433e9139c1554ae14ee5272 0.00 MB 4 0
170,757 170,757 00000000000006ae6391f797f26347e9adf4c10cc531f051c1a75a2c3d2f45ad 0.00 MB 7 39
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.69 GB sent, 93.07 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.