Memory Pool Memory Pool Refreshing

4,133 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (784,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,860 122,860 00000000000073beeeb48aa55e26f85b0ee9c3607d7be23d955ece9d2cd61b7a 0.00 MB 5 0
122,859 122,859 00000000000084d6dbb6874003d5ad3cbf5d38072fa11055239ed6251cd79ad4 0.00 MB 14 715
122,858 122,858 0000000000001f151cf64c35b48ccff168cdd175609dc301a752f98ad8851047 0.00 MB 10 0
122,857 122,857 00000000000091e4605ad224969493f590a62df87ea9cd11d951b8db57fa0983 0.00 MB 6 0
122,856 122,856 00000000000080106746b9b58be8a8fdc6f16db20bb10ee0874ccb7a03f0b1e2 0.01 MB 20 133
122,855 122,855 00000000000003388a94c7061f02d3766c1c69b6dd5f50a24fd45082f88e25f3 0.00 MB 10 1,972
122,854 122,854 0000000000007f7e481981b13d5df14ce57bda1940bd9c083f155bf9e44f378f 0.00 MB 10 332
122,853 122,853 0000000000004818e4de053d5fa5f4570f6c7fad4753e71c14fb134119b89bb2 0.02 MB 31 392
122,852 122,852 0000000000006ee353d4d4e0c5e2666f6cbe9602fc51dcf6af80c2577349740e 0.00 MB 1 0
122,851 122,851 000000000000376b4b722400bbf9088ea46af1cbf8cef501f9d4f12fc0fb0f1d 0.01 MB 9 386
122,850 122,850 00000000000036bc787782e77d8e26733790aa1bd78e57517c9f2fdfecd50f49 0.01 MB 22 1,078
122,849 122,849 000000000000134ae2cf825fd9bb5e6e3d8ac7e65128c38d0b5fe9d15168edb9 0.00 MB 11 344
122,848 122,848 0000000000002d08c2eb6f0128250380217f9f6e9c13cb97c5db669f48865828 0.01 MB 35 2,780
122,847 122,847 0000000000000f1c1f146936861aff258e743f133871bf3f378b979cbea3cb46 0.01 MB 23 937
122,846 122,846 0000000000005219ad8cab7dd5fb593efc6f96cc848e8b8e65d1d06a4524416b 0.01 MB 26 587
122,845 122,845 000000000000925d787e3a9fccf9b9c6275599ececc5f6349c36ebd1a9751f5f 0.00 MB 13 946
122,844 122,844 0000000000005fb4dd8276ab873727aa663047214584839c8116af6749fab5fb 0.01 MB 19 357
122,843 122,843 0000000000005294f16d69e3c1b706028883eb7e1dc7a27601c54adb3e051a87 0.01 MB 4 1,158
122,842 122,842 00000000000097688dc8743f00f64729aa8cc520d6b544016fbdc8b4132cb0cd 0.00 MB 5 0
122,841 122,841 0000000000003af1aa473236c4f49afa0672e037a7ca3b7334e278f1328072d2 0.01 MB 15 1,631
122,840 122,840 00000000000060d2e4e1df629709573ddffbad7bbcdc81085981e23a589aede3 0.00 MB 8 590
Previous 10 blocks ↓
Total Size: 769.21 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,634.45 GB sent, 93.99 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.