Memory Pool Memory Pool Refreshing

4,350 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (632,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,790 275,790 0000000000000002bc91fc081043b30f446cb378ec8732b86fb019b0d1a85d02 0.12 MB 287 68
275,789 275,789 00000000000000036fa29d6ba9e606f2d421d8b23db3ef4af8f79fdb299fb865 0.42 MB 920 46
275,788 275,788 000000000000000458de11dd7e52ca3b1a90f05bdcc618168c545f78d333a357 0.03 MB 69 116
275,787 275,787 00000000000000007bbaada5cb7a4a32258be8f31c9fa03740b0f4d74f60fe73 0.02 MB 52 48
275,786 275,786 000000000000000438e5229134b300b9e72cb83fcaeacb7dd38f9938d2ec26e9 0.09 MB 207 34
275,785 275,785 0000000000000002b0ae45987bc2f37172e7b972dc6955f9865fcf6ae2b023d0 0.23 MB 502 39
275,784 275,784 000000000000000007b67c6a95c06e8169bd2e66037fc9ee138c5c75cc6c1ed9 0.03 MB 66 89
275,783 275,783 00000000000000044452348cdd64daf3df1f93562f3e6e2e4ed41b4548e5a614 0.21 MB 481 44
275,782 275,782 0000000000000000eb85276e2106ce61d4ff8b7976e6ed24a1ec475ce9a99b0c 0.03 MB 86 43
275,781 275,781 00000000000000011ed6621edac9913eb27872ce410d2c510882e6c748aa8e20 0.15 MB 342 48
275,780 275,780 00000000000000014fa4ae649c461c116f355287e1a809aefea69100bca298a6 0.21 MB 432 48
275,779 275,779 0000000000000000a0003a94ca80d856bf629286afcba1b51118e7f210d3374b 0.07 MB 123 32
275,778 275,778 0000000000000001466261b173cb7d127f66a3c17e0d668711ec4af823fae781 0.05 MB 145 47
275,777 275,777 00000000000000037bbfad32ebb331fcf2a4e91eaf86220a05cc613ab2a79cde 0.07 MB 199 50
275,776 275,776 00000000000000027c21064a845de3346cab44962fb8619cefe157ac155d5d26 0.00 MB 1 0
275,775 275,775 00000000000000015b6466996d40adb30a43ad87e5310daaf5e5e3a209d11c73 0.06 MB 112 37
275,774 275,774 000000000000000363a8798e4aabe8e4caa2a0091d085383f7d80c38573ec913 0.20 MB 491 35
275,773 275,773 000000000000000426e9583fad2749f95e6baf5d730091c0e7508f82d7fb1d3a 0.03 MB 83 50
275,772 275,772 00000000000000027c3bf9cd65834f4e04f01c92a100eaa0b6f823607dba9bc4 0.03 MB 80 107
275,771 275,771 0000000000000003f2191b434de3ed402c7517b83a500b708eae4de12eb8861a 0.14 MB 284 51
275,770 275,770 00000000000000040ac5a1d47975ed479f2cb507bf30ebf07af73619cf1c5e2a 0.10 MB 210 50
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.