Memory Pool Memory Pool Refreshing

4,352 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,836 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (499,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,848 407,848 0000000000000000004f22726eee5cd90ab291d83126c6931825ca485ac6681d 1.00 MB 2,130 41
407,847 407,847 0000000000000000012e4bec8144119ddee11bdab2dbc68b92ef02f09dcd4466 0.99 MB 2,506 67
407,846 407,846 00000000000000000293fe35b0e6e841b4abec49d6b80c67390ad3d07b7abd42 1.00 MB 2,166 48
407,845 407,845 00000000000000000220783bcb9e741aabc82da52ebfcd854e36e825e6bc4acb 0.27 MB 492 36
407,844 407,844 000000000000000004336ffe4c03d8582098272e180cacd8edf69cd81140163e 0.39 MB 681 40
407,843 407,843 0000000000000000001e035d007f668e74a95972a957ecafe0585350a3427096 0.52 MB 890 38
407,842 407,842 0000000000000000050e47439d32a88165665a9c3d4d9b47af3a0440af5c7dfc 0.29 MB 609 40
407,841 407,841 000000000000000005945ce580f52fbc1dbcd68b051edf1c3ca484c4e64ca747 0.99 MB 407 11
407,840 407,840 0000000000000000046332fa6e2ce662126b1704a2ffb2959faf3c83e2fccfb6 0.99 MB 1,989 41
407,839 407,839 0000000000000000056efdf648fb47529ac86373d5fb3d3f651c2b35d23c06d7 0.89 MB 1,600 33
407,838 407,838 00000000000000000360e6d03330560950285d1062c6f6e6a4558ba1720d6e73 0.34 MB 160 14
407,837 407,837 000000000000000003e6e64eb4c4d1c6480da94d97eaf6fcc93a6ab85b871708 1.00 MB 2,057 47
407,836 407,836 0000000000000000056648789783955929c610ccbce0d42f21331e53dcd58818 1.00 MB 344 10
407,835 407,835 00000000000000000018b3aaf78aa6aae7d06fd1ef22224f37cadfa487d9e9ca 1.00 MB 1,763 47
407,834 407,834 00000000000000000580c98c3c0d37e26df6abf2c952dbdc5ed3deab47eceb42 0.12 MB 162 48
407,833 407,833 000000000000000003624401e66552f095290f5069140988b9ac7c1d2328dfb6 1.00 MB 1,268 27
407,832 407,832 00000000000000000209767de14223a42a1dfc85d892840668edd9894dd03813 0.92 MB 2,021 41
407,831 407,831 000000000000000005ebd84a483f6c09f04cd1507d1e56af139f8b5337b597a6 1.00 MB 545 8
407,830 407,830 000000000000000005a4b34361342d1e68dfc27b63913a0a8a5ed6d8c9c77669 0.99 MB 1,230 28
407,829 407,829 000000000000000000f3b39a00a99a608fbd16c6177deafa8b45b366ed0239cf 1.00 MB 1,340 28
407,828 407,828 0000000000000000024842f06c91345c7ff88b3c09156cd624013837cf1ea034 1.00 MB 2,453 49
Previous 10 blocks ↓
Total Size: 769.05 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,627.18 GB sent, 93.11 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.