Memory Pool Memory Pool Refreshing

3,012 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (874,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,106 34,106 0000000079926395da5a9caba026cf40d8c9ec59998c315a729ba7b9544e30e3 0.00 MB 1 0
34,105 34,105 000000009119e8ce7d9515cbc65f104bf7d960088ad56a58cd3b4f8c1f5cd3d4 0.00 MB 1 0
34,104 34,104 000000004f5a15f58c4c5b346b71e99eda7c5a8351ed963f2d3bff08635b5a79 0.00 MB 1 0
34,103 34,103 000000001079e2cbdf3890ecf973ba44dad449e6eb6d81f08d0582cd9338586a 0.00 MB 1 0
34,102 34,102 00000000315a7576d8f66fb3d609cc77f963c9b39d5de20725f52476a2bb313f 0.00 MB 1 0
34,101 34,101 000000001253d36d5cf9405c9e935e9d26e760bbb0c4d839fd53e361a453b584 0.00 MB 1 0
34,100 34,100 00000000c98dd47f2f714d4af2438db87c51ee658032285942289f299ec35eeb 0.00 MB 1 0
34,099 34,099 00000000181a9ca96b76a8dd814422a41447d17445bacb0e774a6f0836ee7bc9 0.00 MB 1 0
34,098 34,098 00000000c151f5d970a7d13d4349dd4962327b7ec877ba983979d27cd6c9d7b1 0.00 MB 1 0
34,097 34,097 0000000095432e57a65463a6799f4e9c356bf3679fa348893cf8fa536422abdf 0.00 MB 1 0
34,096 34,096 0000000032747c5f3b91b752fdab488ee4b03f233a3bfcac36441d1a4a9ae119 0.00 MB 1 0
34,095 34,095 00000000d2341bc735b5c3b2ba1742621111c8e3aea97055fc3e3fe6378bbbe3 0.00 MB 1 0
34,094 34,094 000000007b86eb922d5d8068964008edffbb70dcc09139a91ac9b11c82f8eb1e 0.00 MB 1 0
34,093 34,093 000000002a6d02715b3d11068ee71f6623de0adb5fe6cbba34488bb917e2141a 0.00 MB 1 0
34,092 34,092 0000000070b8d81e871b45ee68ae0e87d285970f9c51367802d60995808f27a5 0.00 MB 1 0
34,091 34,091 000000006b1bbf2354f14c3406396dab2e447a937bf2b647dcb35e5ac8cdfa98 0.00 MB 1 0
34,090 34,090 0000000052d1f6e21332d245d39b8cf6c449421c404cf893bac3ed697cbaa9df 0.00 MB 1 0
34,089 34,089 000000007f07228e876062ed05c845fa3462503c22c62209636794cce5f77898 0.00 MB 1 0
34,088 34,088 00000000a91c5b256c6a0878ea85c2675cdaaf4052b2c551135997d53d75adea 0.00 MB 1 0
34,087 34,087 0000000017aaa9b29709f70a801e6c49472c88969db2b3eb58682fb6e50e630c 0.00 MB 1 0
34,086 34,086 00000000a061dbf9e6af03ca146d19d6007ee3f769ead490c6ee1c8db144ea65 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.