Memory Pool Memory Pool Refreshing

18,869 transactions
6.03 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (258,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,105 649,105 0000000000000000000d7f870c69a2ca3b50ad74269629a241ec102ddac758fa 1.23 MB 2,260 10
649,104 649,104 00000000000000000000a147aa947cc00d7e706b58d764994d88bd80f4d3297c 1.19 MB 2,476 16
649,103 649,103 000000000000000000034063602a190665a003d7e42cbab9be2fe353943e5364 1.27 MB 2,750 39
649,102 649,102 00000000000000000004d52ea8573351b7be911d11cc85565c5e63e781db44cd 1.35 MB 2,674 30
649,101 649,101 000000000000000000008e65eeb773b2f26e959f7e689a58a25c4f490bac6f53 1.42 MB 2,384 54
649,100 649,100 00000000000000000004093a16eeb4248873d5d64a5c206e62578503a6b330b0 1.26 MB 2,391 21
649,099 649,099 0000000000000000000e8f3c51f93fb9b215e0f68137bcfa2f34140147cfb78e 1.08 MB 2,787 7
649,098 649,098 000000000000000000042e67182c0460a3d46f99398f94fb5d60ae930441db25 1.61 MB 856 13
649,097 649,097 00000000000000000001c270fba298a60959cdeced6153c87fccb3ae55936ea4 1.50 MB 2,305 30
649,096 649,096 00000000000000000004331175a02cfdf83a7f133fc0f114b3d264c58f0b6c2f 1.41 MB 2,534 66
649,095 649,095 0000000000000000000a08a5b0b606ece83630f325981ee3642d05202f3346be 1.39 MB 2,074 48
649,094 649,094 0000000000000000000ad3e9daa032f43d720b0d8463ca4f3b6702d7e1520f91 1.35 MB 2,379 60
649,093 649,093 0000000000000000000aae27cb07773b57e174893cdf01120fca8c25a548cf1d 1.34 MB 2,093 6
649,092 649,092 000000000000000000068681e2d9c7abcd10b42e5e7ec084e59d1cbd94773443 1.10 MB 2,874 17
649,091 649,091 00000000000000000002739e2517235c77052cedcd5ccf43e5eb7be96aa0eccc 1.26 MB 2,614 36
649,090 649,090 0000000000000000000fe360a134e43c8b180710916fc69bdfafbd1f3b845880 1.13 MB 2,685 17
649,089 649,089 0000000000000000000e75ee4e139ae4b2ca1bbbdad1f36c3e57d9759f9f97e8 1.46 MB 2,551 46
649,088 649,088 0000000000000000000d5c1841aef350f2c0b650e217a4ccaeaaae3bbb90eb29 1.53 MB 2,293 58
649,087 649,087 000000000000000000009a4bd075eed56781765e5064827f36208e67f4411409 1.42 MB 2,426 55
649,086 649,086 00000000000000000000b0b2dc6294885eefa12f542515934c3a00914a744f95 1.40 MB 2,727 71
649,085 649,085 0000000000000000000c51fe2544497512f36dba3d5c45586d8b493a438f460d 1.17 MB 2,108 64
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,624.40 GB sent, 92.99 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.