Memory Pool Memory Pool Refreshing

2,442 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (351,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
556,007 556,007 00000000000000000032b21e80eba9e9d761b8387dc6f2699807d255753f17b3 1.12 MB 2,605 9
556,006 556,006 00000000000000000028c368acc032091e13edcc3e882015e42cd25fc04314e1 0.79 MB 1,697 10
556,005 556,005 0000000000000000002864ba9945e14336c0b5e28a7ffbbae65189edc1d624a4 1.13 MB 2,448 14
556,004 556,004 0000000000000000003600e8a3076a5d07d5a47e468027c2b78f62b42addc675 0.25 MB 598 6
556,003 556,003 00000000000000000016ae5c94dd7e44faf34525b7eff7138e83cc3416ac7792 0.32 MB 564 9
556,002 556,002 00000000000000000035a5ab19931eab34415619c71db61805a22dc1b68334a8 0.99 MB 1,711 6
556,001 556,001 00000000000000000024ccdf85c7d959b415455766ebfaa8c613ae07d5b6d1af 1.11 MB 2,076 10
556,000 556,000 000000000000000000146f93e1c2f06efe2f2b8e8f8f451bf684d1bc50b7b836 1.09 MB 2,601 3
555,999 555,999 0000000000000000002aae0a5a21b4b4b0677cba2dcb5659fb9f52feeb9781df 1.21 MB 3,080 15
555,998 555,998 0000000000000000002c559a0b0538086d73c497bfd4894238e8a84d557b739a 1.25 MB 3,112 23
555,997 555,997 000000000000000000277443c39aacf399cf3b1dac3eb680605ac922f11b676c 0.22 MB 491 9
555,996 555,996 000000000000000000190a8a9c158e5b18c2460b02a6c1e3e28d2bf5a93e602a 0.64 MB 793 5
555,995 555,995 0000000000000000001578b0ec4bcf6e7d54b64e70cfe75b967e3ef26c8a2648 1.15 MB 2,186 2
555,994 555,994 000000000000000000043f213259f9312b1e8ff432c2e162ac510055885660d8 1.16 MB 2,111 25
555,993 555,993 00000000000000000033e799b50fc9ce897c3da09e6a62b529e3d53ec5fcb9f6 1.23 MB 3,028 7
555,992 555,992 0000000000000000001f6be3240575f74bc3a74478ab5d60e02e69cd0460daa3 1.29 MB 3,513 18
555,991 555,991 0000000000000000001f7c467b947686d5033c048e3a2b8901b222e56fcd8f0c 1.12 MB 2,305 5
555,990 555,990 0000000000000000000b7c3a458c8d0f744d4015f2804017ffcdd84466b7900c 1.23 MB 3,147 22
555,989 555,989 00000000000000000012feef1af1acdddb29af3b7879aa900fa3b1c93e410fc6 0.29 MB 236 3
555,988 555,988 00000000000000000021f1b16cc67f5a7271788e5b3b8dd2153fd8cd6ac088da 1.20 MB 2,634 9
555,987 555,987 000000000000000000034ab104f9a7a856ca72562212731763633f3698ee2922 1.19 MB 2,929 9
Previous 10 blocks ↓
Total Size: 769.14 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,632.00 GB sent, 93.60 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.