Memory Pool Memory Pool Refreshing

4,062 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,518 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (81,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,966 825,966 00000000000000000003cab7423e14e49aca6f1aa872b35fcfe920ae9b69c5b6 1.77 MB 4,795 83
825,965 825,965 00000000000000000002940a64a398ef5dde6565313d75a69a19b0df9ab50c1d 1.84 MB 4,968 111
825,964 825,964 0000000000000000000270aff82a6feed25837b296ee4a7ee68413ee7e779dac 1.70 MB 3,797 91
825,963 825,963 00000000000000000001ee97cf2753e02e99d0e04c11477d120e2ce535ba0763 1.59 MB 3,489 140
825,962 825,962 00000000000000000002aeacb5ea8f5481013d4d28db2d34950e62e471853931 1.94 MB 4,423 75
825,961 825,961 0000000000000000000074f5423064cf01dccebd8ba501222e829fbbf68c79a1 1.63 MB 3,613 111
825,960 825,960 0000000000000000000074a3981e3149d13ee02b57ae04bf800bd9935bd26efc 1.99 MB 5,904 63
825,959 825,959 00000000000000000003622b2797b30735d6b9040c2661eb2b72c5ed82cdd5ab 1.80 MB 4,689 79
825,958 825,958 00000000000000000002fcef713ce62a96b2914e0013b203c1a06711c2d7af63 1.81 MB 4,090 66
825,957 825,957 000000000000000000027607f2bbdbb2bfb18767f403e025845595afde950090 1.77 MB 4,062 61
825,956 825,956 000000000000000000024285e36b33dc8af7c54199c0248e7eaed0d9faf1f7bc 1.58 MB 2,475 88
825,955 825,955 00000000000000000003c8ce1efcc5683197ed6065b81adc0f2d32cf9da9c082 1.66 MB 2,483 81
825,954 825,954 00000000000000000002bbb770b952ea0db9caa26ee7bbf714eaf3487544ef74 1.82 MB 4,172 60
825,953 825,953 000000000000000000032b59f564d75d4a2c0d2bdbf5ceca07e1430946e6a0af 1.63 MB 2,658 53
825,952 825,952 000000000000000000012440f422d3446420c5b5cbaa15f33adf5bd381aca22f 1.65 MB 2,763 91
825,951 825,951 00000000000000000000d535c1a8a43ee19ba7481de998d21b9a3e1da388a43d 2.20 MB 5,593 52
825,950 825,950 00000000000000000000c6396fca3a98cbe77f282a9454574150406112af84c2 1.76 MB 1,175 43
825,949 825,949 0000000000000000000253dc5b26f7b5ed32177669c208094570fd4ff9dd99f1 1.63 MB 3,270 48
825,948 825,948 00000000000000000003387cd48deee271b07730657cad89964f843d5f9fe1c5 1.79 MB 3,597 66
825,947 825,947 000000000000000000015479797b4dae8b7aca2c4e0619e89b438e15ff9eedcc 1.70 MB 3,066 77
825,946 825,946 00000000000000000000f1539f5ca705ba4d0b52a6df47ad73c29f5f779df9fa 1.73 MB 3,509 62
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.61 GB sent, 93.14 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.