Memory Pool Memory Pool Refreshing

742 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
901,986 000000000000000000023a040000000000000000000000000000000000000000 0.28 vMB 738 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,985 (381,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,011 520,011 0000000000000000003370eabab1fad049f54b84cd78630c9ef657f88c5a6466 1.12 MB 1,819 82
520,010 520,010 0000000000000000004339afb902e7a622e4a3f2660c9d5bc3156fcd82d01f58 1.09 MB 1,498 86
520,009 520,009 00000000000000000024b37eb1fbb33c0573a9b2729bcb89a96231e3edadfa61 1.13 MB 1,740 41
520,008 520,008 0000000000000000001c8981a46b60d5fca5c7983f388040bc1aa6f7b637f734 1.15 MB 2,692 109
520,007 520,007 0000000000000000000a4419fdc984e64a7868f135d9af1f442102587e265f84 1.16 MB 2,676 119
520,006 520,006 0000000000000000003c3f08fa03f8c6c375f53c5a126daab0acae83bb6a4d83 1.03 MB 1,733 14
520,005 520,005 0000000000000000000c9de154ab8516ee9e7fca0a41b15a1f33d1b13836cf88 1.15 MB 2,197 85
520,004 520,004 0000000000000000003ac1cea3e9edb403242d95d6517432ad005e468458f237 1.14 MB 2,143 12
520,003 520,003 0000000000000000001f1f028794e349450f56e351e16213e02a71acd6c889ca 1.11 MB 1,498 59
520,002 520,002 000000000000000000325d7a56899a88d340655361c7742ee864e4a1e5c5d9f7 1.16 MB 2,815 112
520,001 520,001 000000000000000000003fc70d231117f6ce3151e37d8813f3fa9027b60134f8 1.12 MB 2,133 56
520,000 520,000 0000000000000000000d26984c0229c9f6962dc74db0a6d525f2f1640396f69c 1.14 MB 1,829 66
519,999 519,999 0000000000000000002805302293df911371f53a595b2cb571c2536ceef62e60 1.13 MB 2,147 53
519,998 519,998 00000000000000000047ddcb6a2f4a0ac3e11a53450054e103b662fd4f866876 1.12 MB 1,670 99
519,997 519,997 00000000000000000043924ae5196608b77d011bf76a1e0eae8f4bd66e4e659e 0.36 MB 832 65
519,996 519,996 00000000000000000016f979816095fd8619cc78c387c47707692612cfc338ec 0.58 MB 1,175 54
519,995 519,995 00000000000000000011abcbc657f56c0c9509e6262555ac4e9c99f9b3f02dba 0.81 MB 921 26
519,994 519,994 0000000000000000001a9786741580c9823efe10d5fb548eb4c7e05c28426530 1.13 MB 1,901 74
519,993 519,993 0000000000000000000d4715ff499c5ce23c4b355634d4b59a2fe3823387dd12 0.12 MB 312 58
519,992 519,992 000000000000000000108e09e92c0559d83d4356fb67f6e3d9953f8088be41c3 0.41 MB 879 67
519,991 519,991 0000000000000000002e9ff5992d18a25c05f75cc357ef12f33a88be2633832e 0.25 MB 272 43
Previous 10 blocks ↓
Total Size: 759.18 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: 820.41 GB sent, 42.46 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.