Memory Pool Memory Pool Refreshing

7,949 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,647 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (133,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,863 773,863 000000000000000000064430d6f3f005b88e679b5f925c18e22dd61ed7e52b87 1.62 MB 1,857 7
773,862 773,862 000000000000000000037b4feaf7ed310e3f4d18849a573bc5fb1e305ddf1a01 1.56 MB 2,012 4
773,861 773,861 00000000000000000005439bc313c81a536f2b63b3f540296d5e30aa02b90306 1.27 MB 1,972 16
773,860 773,860 0000000000000000000315af31c14d2d97cf8628d1528f6830053fd588297565 0.76 MB 1,933 10
773,859 773,859 000000000000000000052388b0518adbd928da6690ab073569631c32b5770d62 0.19 MB 445 10
773,858 773,858 00000000000000000002bac51df8ea146cfd3a466c8bba4b571e467c63895c0d 0.97 MB 2,452 11
773,857 773,857 00000000000000000006416bce0feb65f95863579ac6a12ae98b6718fdcc9932 0.71 MB 1,252 10
773,856 773,856 00000000000000000005a0ee40db455710d83b3e1e14c5b15c3b3cfb1df12117 0.79 MB 1,839 9
773,855 773,855 00000000000000000007193ff2f94c4ada80a85b89832a9f4d0dba0162282a17 1.60 MB 3,215 10
773,854 773,854 000000000000000000043498a9b6e1b3af23e293ebe38d49ed3b6aa146938c37 0.68 MB 1,404 9
773,853 773,853 00000000000000000000b87c86a9957b4474f0885d6865153afd323f8f889e4e 0.71 MB 1,437 9
773,852 773,852 00000000000000000002122724a15846af9a077d40691328dedf83312a7fbffe 0.90 MB 1,926 11
773,851 773,851 0000000000000000000229de39721d028cb9a9f735a668c42a620ac1fe4e260b 0.98 MB 1,768 10
773,850 773,850 00000000000000000006f7e506e82aaa93fc2563c08cb1f1c60b3804931935a2 0.01 MB 17 11
773,849 773,849 00000000000000000003c15080c769c9bd5f015d91df2f9185579d185e566f2f 1.23 MB 1,530 5
773,848 773,848 0000000000000000000133165e1280af1409000866a7329e2e01d574bf4f7725 1.41 MB 2,588 8
773,847 773,847 0000000000000000000664a1b3da8c2a2fe9d2b17e892ec5bccfd3d3ace4974e 1.29 MB 1,959 13
773,846 773,846 00000000000000000002eef3ff3662685a61e7426f2d9bb5c631c6095795bcc5 1.22 MB 2,272 9
773,845 773,845 00000000000000000005d374d8198be1404a8e156b09a1b6be90276af9948962 0.05 MB 178 13
773,844 773,844 00000000000000000003237dde56584a8e65e05342e192004a27db2c3035eb84 0.03 MB 74 10
773,843 773,843 0000000000000000000588eb12ed51517b1d36389bfb0bc9717311bf15b0f68d 1.38 MB 2,414 9
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.