Memory Pool Memory Pool Refreshing

2,675 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,648 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (905,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,799 2,799 00000000c5f6cbdba8d8a5344839183f53bebd28189a2f1b43577a0ae73409aa 0.00 MB 1 0
2,798 2,798 00000000bd552e9cb342d1c21836d1e8f7b2ed19452e1abce3fa5b9a57cf4821 0.00 MB 1 0
2,797 2,797 00000000e19626b41200b870d34a1e565a694ee1f17b351a360356e0dda821b4 0.00 MB 1 0
2,796 2,796 00000000906cef1ee0cca07b30a9db422d481536ca22cc61cbc31fd66da7d3f4 0.00 MB 1 0
2,795 2,795 00000000e1a5b93a6243f30f23805eb66d14ac674e6fce9674329c6ac713b8c1 0.00 MB 1 0
2,794 2,794 0000000063002096e3041921690a8f46a8e41da52f372872a855264e48cb3935 0.00 MB 1 0
2,793 2,793 00000000fade95f148d84e52cdd2848facf7e54c69f92b2f9ec59d6830896687 0.00 MB 1 0
2,792 2,792 00000000c333caad0a5e19edab4cfb8517af86248d1658f23553c87971d86038 0.00 MB 1 0
2,791 2,791 00000000323adbc5d0bb84492f56f1096dbd22eedb7a8cb535fd8ad69b3ecfa0 0.00 MB 1 0
2,790 2,790 0000000000d3f53438446e9b4d4d1856f563667fb1e17730b7c1e4b9dcc00b30 0.00 MB 1 0
2,789 2,789 0000000049bfe5a11e376a59f062e59282c8068a70edf1c82088f3aa3e4b6aef 0.00 MB 1 0
2,788 2,788 00000000952f5425fa4664f3baf13e8889d1adf8bd208a43a617725c18cb6c19 0.00 MB 1 0
2,787 2,787 0000000093206c634ba538324bbd2d7dc6494fd3b79d85385dd856a076951a09 0.00 MB 1 0
2,786 2,786 00000000261d653c81f857b35c36960a7e7eaea34449dc310459404f134438ac 0.00 MB 1 0
2,785 2,785 0000000024ee05e0c277c9cdc20f68a143443a7bc52d1ddbca62fa8f4671bc14 0.00 MB 1 0
2,784 2,784 00000000b27160fd27b8c14c3f905e7c3248256d0d1e005eaab14e2b3bd0d16d 0.00 MB 1 0
2,783 2,783 00000000c98f59291e695e46f69b6d20f3a45767fa6804636a8dd911955a917f 0.00 MB 1 0
2,782 2,782 0000000055530174f3eaf349c20522e71b87a1e5929054889d774f84859d542c 0.00 MB 1 0
2,781 2,781 000000005dbb85aae7ebc3ef8285d78edf4f21dda1b5ec623957e13887228fd8 0.00 MB 1 0
2,780 2,780 00000000fbce2e3e1c2f00c556a549ea5973f5cdb692a36c97a289c267617af1 0.00 MB 1 0
2,779 2,779 00000000c8b3400f3b915a80c702a6a75c4be65f6fce1ae88aae5510125420c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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.29 GB sent, 94.24 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.