Memory Pool Memory Pool Refreshing

8,005 transactions
2.75 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
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,097 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (52,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,893 854,893 00000000000000000000641634c4da7db63eabe013b082461aaa6c19fea4a127 1.58 MB 5,760 5
854,892 854,892 00000000000000000002a11569919d544712fa785718036a09197f577ea83ce1 1.63 MB 5,703 4
854,891 854,891 000000000000000000019246044654b175bd787ffa2252751f76ccd223603ce4 1.69 MB 3,777 5
854,890 854,890 000000000000000000017740b83ee92503baf196c64af970cfb445bf48680139 1.39 MB 2,463 11
854,889 854,889 0000000000000000000015ecfd07a9cb7859b1ae5eea0be871d0b8ac12b1a27b 1.63 MB 5,725 5
854,888 854,888 00000000000000000002de4e86a4aa49c291ee124294f975c8a06211d703d2b0 1.68 MB 5,602 4
854,887 854,887 0000000000000000000217e7992c592c028938adb2eba65a41eda5f508f6ba6e 1.92 MB 3,113 5
854,886 854,886 00000000000000000000ad00c8b47757d2671856392567b4ec5f80848e96dc40 1.79 MB 4,076 4
854,885 854,885 00000000000000000002138c449acd00c26d77a6927453d51f2118b2a26bdab0 1.55 MB 3,836 7
854,884 854,884 000000000000000000027e8aaf4e39f601e3eca9eecd75da58103874fce6a532 1.54 MB 3,700 8
854,883 854,883 000000000000000000030cb50bdda4d7c96a2dbb45deb4da8331669e799c0438 1.67 MB 6,139 4
854,882 854,882 00000000000000000000a047cdf9d12f9227685687896eda7a0f925a23a22a1e 1.56 MB 5,257 5
854,881 854,881 000000000000000000009dff9aba604236904d55bf264c1206debadc99eab433 1.58 MB 4,284 6
854,880 854,880 00000000000000000002bd5b7f69394d509305321f865344e9d58aef29c9760d 1.73 MB 1,944 4
854,879 854,879 00000000000000000002f32b52abf5c72659b1fc875ca732392f05264360f389 1.54 MB 6,120 4
854,878 854,878 00000000000000000000141bff0fa229082ca719713e7f6c30db9daeda162063 1.73 MB 3,907 6
854,877 854,877 00000000000000000001fc99aab588d52c8000f0dbef14405afb8abb5412c676 1.86 MB 5,746 4
854,876 854,876 00000000000000000001e7a60cff3123eb5dcd4edf1986fb71a0336520ccd183 1.70 MB 5,680 3
854,875 854,875 000000000000000000031a6b7c1bb991b420e5f2145e341f9cb4cdb6dd4a9212 1.65 MB 6,378 5
854,874 854,874 00000000000000000001a17a2d0b49142c564ce3cd63c92aa6532ba0683a5f59 1.67 MB 5,683 6
854,873 854,873 00000000000000000001c1ce1b91185366c2c6146812baa7b2fae823a80f3e7f 1.74 MB 2,733 9
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.