Memory Pool Memory Pool Refreshing

17,593 transactions
5.66 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,767 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (395,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,046 512,046 00000000000000000003cc22f70bad3cd160074283cd241185e52cff6024dd97 0.20 MB 532 67
512,045 512,045 0000000000000000000541745b85e22668c5a4e4d12cd74f23a9a7283a144ca6 1.07 MB 1,313 24
512,044 512,044 000000000000000000295aaa7d9eb4e05045f349bc9381fa9722c350af334bce 1.05 MB 931 20
512,043 512,043 0000000000000000004521c3dabf6b4a2d24339955698dcb9343fea5bce62c18 1.00 MB 241 6
512,042 512,042 0000000000000000001c41afb81c975d501fc13a6b7bd97a8ed4e26e8ca47fad 1.04 MB 791 13
512,041 512,041 0000000000000000000f980ce094aa835f1a7facb7bfdbf8248058e492940a7b 0.43 MB 641 40
512,040 512,040 0000000000000000005cbc2ef51b679b5ca6b35886a27d206113125050bff1e5 1.09 MB 1,760 25
512,039 512,039 00000000000000000019b06f6897bfa7156bf90570e7c98435a564976e1fd81c 0.25 MB 461 40
512,038 512,038 0000000000000000004af08df2e90e92783dd1b2cee6be9a05efdb4b00a93671 1.06 MB 1,118 18
512,037 512,037 00000000000000000006e2a1a837f55d438d34b1a39964c2e71d4983725c5f96 1.02 MB 377 7
512,036 512,036 00000000000000000048f09d69cf71bf93a089201f4508d91a03d74204a91218 1.03 MB 574 12
512,035 512,035 0000000000000000003d7a7fa8d9c954a7eaa552b0dbd86b49cff8fb64c99905 1.03 MB 441 7
512,034 512,034 0000000000000000001dac6f3664a930929231eb62c1e2625361825bdf3251b0 1.10 MB 1,602 31
512,033 512,033 000000000000000000285aaac784210909dd17c4bedd2e60f1e7397b49fab790 1.03 MB 612 10
512,032 512,032 00000000000000000038d77c5414d5fd55c062363f99d730aa7c8b5c95844c77 1.08 MB 1,178 17
512,031 512,031 0000000000000000002ebc98a3b8deefd08b0aebf8f48329c599a62bc6f4154e 1.17 MB 3,074 45
512,030 512,030 0000000000000000004637fd76da5dedcb5dca84b7c6b7b1df785e9fb96c0f3f 1.16 MB 482 11
512,029 512,029 000000000000000000416cec2ad4c5322c0eae9ea09b42baa2683f437124a26a 1.03 MB 336 5
512,028 512,028 0000000000000000001dc5bd7efa291f99679638f9e63d86829bfe9f75b651a3 1.03 MB 417 9
512,027 512,027 000000000000000000307292ed310ab8f2716d7c6cf8496719777191f518d0d0 0.08 MB 217 74
512,026 512,026 0000000000000000000b24bd0133579d59b5d88391d9d4f93b91c17199a84aa0 1.05 MB 195 4
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.22 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.