Memory Pool Memory Pool Refreshing

1,103 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,909 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,908 (319,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,784 588,784 000000000000000000199b3844f090547d3e39a37a42f8080b04c1585ee4138f 1.34 MB 2,628 52
588,783 588,783 00000000000000000006f471796bab6ab7bbaa4f849edd62fb4b11e4432a481f 1.36 MB 2,870 50
588,782 588,782 000000000000000000170a9cd980c5e59dffb4e9df40aca57217c3dc21e42337 1.30 MB 2,959 53
588,781 588,781 000000000000000000033efd339c9010b173fd0a72edc1037b447e2766508f7f 1.33 MB 3,318 30
588,780 588,780 0000000000000000000f5f4577dfc62ea28e6a6101c972ab40d03e0576b314ad 1.28 MB 2,402 68
588,779 588,779 0000000000000000000fd91e6febad70662d83b18216fb306ce615c966764504 1.08 MB 697 16
588,778 588,778 0000000000000000000e4c388509364fe1bc94f4169dc9879eb6c6ad88a237ff 1.07 MB 1,318 8
588,777 588,777 0000000000000000000b9e9648aae4b9a8a23a2543c42d7d4d489d6c9b6d230c 1.03 MB 1,255 9
588,776 588,776 000000000000000000043274ff8584f9fff38831f91a2702bf4f88d1cf8b3116 1.23 MB 1,211 10
588,775 588,775 000000000000000000054ac29167bf3cc677044bd93746a1898636fa898c56c2 1.29 MB 2,260 22
588,774 588,774 0000000000000000001a829a4327fffdf8a8dbe2f5e3ca5d95d56a06e3c1231c 1.12 MB 1,999 12
588,773 588,773 0000000000000000001a0c3478b70e9841e33689caae79f47bb658d143d1e013 1.34 MB 2,723 45
588,772 588,772 0000000000000000000ad02ff3ab6bc1ed1250fe3170efb6bb218e76d571b3e5 1.20 MB 1,481 19
588,771 588,771 00000000000000000013b288328b7274d2201a23dd104c2e606208596371ed6f 1.33 MB 2,264 25
588,770 588,770 00000000000000000014f00955c471583a65bc9a59bf0889141377ffa2f317ce 1.21 MB 2,554 31
588,769 588,769 0000000000000000000ecf28149c56123906f66b3bd71adc639cff3d5a7435e9 1.30 MB 2,822 44
588,768 588,768 0000000000000000001b92e4d3027218ef63c67abbfb0870326b8184302aaaaf 1.33 MB 3,262 63
588,767 588,767 0000000000000000001742d9304987dec9dfba1c17f1c1e766bdd9a2eabdc76c 1.25 MB 2,936 16
588,766 588,766 00000000000000000013bdaa65f449e81fa65c3e0a81be0d72eeb97fb933f7ef 1.20 MB 2,887 29
588,765 588,765 00000000000000000011ce5f5a7bfa8d57f286941eee6b9d8e4e63474fb53390 1.34 MB 3,030 54
588,764 588,764 00000000000000000016d8db3326bc8e5af89843928e54f20b73356503071af7 1.18 MB 2,649 20
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.90 GB sent, 94.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.