Memory Pool Memory Pool Refreshing

3,598 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (69,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,767 837,767 00000000000000000000db5fbfce695e0dfcffbfa3d3c1d4d4659b79d28ed39a 1.85 MB 2,700 12
837,766 837,766 0000000000000000000214583e84da1ae4e34fc99b96f2bd5b8ba299fb1c122d 1.83 MB 2,774 8
837,765 837,765 0000000000000000000238c7b226994c43f373e68538fe12a389477d922e931d 1.85 MB 1,451 10
837,764 837,764 0000000000000000000082a834375376e1b05168e4a3bbc1632b50b93dfb3174 1.56 MB 1,572 15
837,763 837,763 000000000000000000000ea8826b8e7c2e4cece28650920c6d69f8f06ed4d672 2.25 MB 1,839 7
837,762 837,762 00000000000000000002efb0c898cbec06fa53ebdef28af44e1d796775e7d5d6 2.08 MB 1,956 7
837,761 837,761 000000000000000000004cb15a44af24a6fab5daa56c52dc91d082b28588d943 1.68 MB 2,356 15
837,760 837,760 00000000000000000001dd4ac6696e96a5ca98fa2ddd750445fada949f89191f 1.89 MB 1,506 7
837,759 837,759 000000000000000000005d3fa8c9c95dfc06802282afd3bb8434037c570ee808 1.80 MB 2,500 5
837,758 837,758 00000000000000000002cbbef573adf994f11b0f07f8fe8493340f492ee1a2cc 1.84 MB 1,841 8
837,757 837,757 00000000000000000002be09b1d6081e57cd51bc91c5934750fcbd38fe2bd9f9 1.90 MB 3,435 8
837,756 837,756 00000000000000000001c7fefa25a53c95327717d881cf6942b87669eefdc6d1 1.89 MB 2,756 9
837,755 837,755 00000000000000000002260dddbedc12ee13dad32b658d9f4101791aede82d56 1.73 MB 2,199 16
837,754 837,754 00000000000000000001a387cfdbccb20915a467e5dfa8a486bf4d1ea14a8a34 1.65 MB 2,257 12
837,753 837,753 00000000000000000000b1a558070aede0285160d273a56d6a18a59f0a5f9038 1.86 MB 1,250 11
837,752 837,752 0000000000000000000244b20e453142a3d343fda271f8d0257d68bbdb1a81fc 1.60 MB 2,009 14
837,751 837,751 00000000000000000002ac85e6cb841c449b16bded697b8c9e191e17464eef09 1.27 MB 812 10
837,750 837,750 00000000000000000002f0d87fdeac5e9feb57df2b5f83e9e9aeae98c46d0441 1.59 MB 2,282 15
837,749 837,749 0000000000000000000041370d27739c15dca40068aa3fca6784146afa06f325 1.77 MB 2,361 14
837,748 837,748 000000000000000000019c9e56a215ddc9163f65211dbd862b1ad615abb98400 1.88 MB 2,034 12
837,747 837,747 000000000000000000031a9130129feb3e81f60bb97d3b0afd84ea83cb7bef6f 1.62 MB 3,380 18
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.46 GB sent, 93.12 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.