Memory Pool Memory Pool Refreshing

1,026 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,020 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (171,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,916 735,916 00000000000000000004c676fddad0c4cd7c5642e7b6765c86977863638418a5 1.40 MB 3,139 34
735,915 735,915 000000000000000000077917a26db44fb08cdfdf6801a2616e614182afdb15f9 1.20 MB 1,964 12
735,914 735,914 00000000000000000001289e389bcaa281ca2780ec73754d3b71bfde06cc7a8d 0.97 MB 832 4
735,913 735,913 00000000000000000003136401e6ac5cd4b059f48f0c7ef01c78f89c64693dd6 1.74 MB 2,200 5
735,912 735,912 00000000000000000004b37465a5ad026c48a7ccc0a900c81abad929e74ecdae 1.57 MB 2,709 4
735,911 735,911 0000000000000000000697ccd3209758848bb498927f1f3bac50201bdec39a95 1.52 MB 2,979 17
735,910 735,910 00000000000000000008039a1768e1557f83ad21236c5755f6c23940f206c284 1.50 MB 3,424 19
735,909 735,909 00000000000000000008ff2108c209894cb276436464c84e9dd9c9588a5b3e92 1.37 MB 2,773 23
735,908 735,908 000000000000000000024f105f93c253dc65d29e50cf611d78964c0549c6f948 1.81 MB 1,677 8
735,907 735,907 00000000000000000006236225183e8528f2c1c1174826d6dbe079f624fb8d9e 1.74 MB 1,238 6
735,906 735,906 0000000000000000000829b4d809f11a7b4d89325cba0c4072ef473c78abc6ef 1.47 MB 2,602 10
735,905 735,905 0000000000000000000201e6c702ab0e237e207a21ef3d3bbcff68ff08cee4e8 1.32 MB 2,249 20
735,904 735,904 00000000000000000008162eb9a62d206558f91d2fb0e4f4a589b62e29ef8e47 1.80 MB 1,886 10
735,903 735,903 00000000000000000002f04aa337c7fb1d25b729410e392048513091acbcc56e 1.66 MB 2,666 13
735,902 735,902 00000000000000000002d59f25630a3577e1a1f8002a15cc07199d7ae2a5cd50 2.10 MB 672 3
735,901 735,901 0000000000000000000892f622f254f9aff1aa878076b164e6f7b30e456b7f53 1.55 MB 2,498 12
735,900 735,900 00000000000000000003cfb2f67ca7724233398da3a89bc50ab316d8c4aa6de3 1.50 MB 2,963 13
735,899 735,899 00000000000000000002ab239bcdb24b2e6e169a85ae18d7f01b857ce08dd1c4 1.58 MB 2,706 15
735,898 735,898 00000000000000000007793d45bcb017d98795b1ace0004df56a4f757ce1b7dd 1.50 MB 2,890 10
735,897 735,897 00000000000000000002f09bf4ff9d7711a26b3b489ef4f6380affb080037cd0 1.30 MB 1,535 12
735,896 735,896 00000000000000000006c6e5788684e31fca8381eccd8b07a52a47751fffac00 1.40 MB 3,095 16
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.