Memory Pool Memory Pool Refreshing

445 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 418 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (905,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,811 2,811 0000000021fe55f1272f05be953c251477b579de7228b8289bf3871c44e3c4a4 0.00 MB 1 0
2,810 2,810 00000000cf6ec26ec732d8568cb70877b4799c7e89ebd540fd1661283bd74d28 0.00 MB 1 0
2,809 2,809 000000001acc86035f99faf5593a151d08ff13612f1be657a5e99f4047e5c64f 0.00 MB 1 0
2,808 2,808 00000000b294b553450f66fc9e09afc49450d91beedeee319326a3d245730b36 0.00 MB 1 0
2,807 2,807 0000000054b93ea0d0876eefb799940594963048b5a23cc95ee05e527769d507 0.00 MB 1 0
2,806 2,806 00000000c42b0f3592f394674618826a5f1796777aa96336ff919d47da386c65 0.00 MB 1 0
2,805 2,805 0000000028328ae0d900952683065e7552d7324e98aa6a3a45cf3fbf2037e10a 0.00 MB 1 0
2,804 2,804 000000002de0a74517206f6161ecf3cce5a0edfa2934eab85a5629066b0dc060 0.00 MB 1 0
2,803 2,803 00000000d66c824bb833303c5a9b5c22282903a98fa42d1b68330fdedf36ee5f 0.00 MB 1 0
2,802 2,802 000000004c20e43cab82077405e4fbd9f5a71a8e82301e4a687192fb5479be6d 0.00 MB 1 0
2,801 2,801 00000000eaac134c9d036c67b7d9e6006abd10a0f99235cdf910bcba535d8d3d 0.00 MB 1 0
2,800 2,800 00000000d10250150162aefbf7d64ab10f3b4706ffe4d04ae59ca410f672e97b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.16 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,692.31 GB sent, 98.30 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.