Memory Pool Memory Pool Refreshing

7,730 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (821,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,750 86,750 0000000000179ac6a08c24628e4d8f0f53643b4c78135717828c31b8504f0e8a 0.00 MB 9 0
86,749 86,749 000000000005165268a8a06054140fbaac013bda024167123d3d62b0900269e7 0.00 MB 3 0
86,748 86,748 0000000000046aa60f2a28f6afa2821d491b1ec276dce98ab3a376cc6503fb78 0.00 MB 4 0
86,747 86,747 000000000001caf26980ace866c40894ee0997bf4aa99a367f8c1de612bff4c3 0.00 MB 2 0
86,746 86,746 0000000000034d9633d92e8a5292f725cb0c36f18e334ab7430f96abd7e44bc4 0.00 MB 1 0
86,745 86,745 00000000001be682a23aa14b9522520c5d3aed3d91a5332903956becdeb0d616 0.00 MB 2 0
86,744 86,744 00000000000fa2798e2e3737332be2502f9903b5f7bd5898eea3f90c81652b66 0.00 MB 2 0
86,743 86,743 00000000000e6508b7beca93607170f00f54269b8d0a29282ecf2ceb8f20e2d9 0.00 MB 2 0
86,742 86,742 0000000000190229de201b2da2b86ab09513e7cf840897cbfc344a26337260c8 0.00 MB 2 0
86,741 86,741 000000000008184998fa5c20a6eaaac2415bc95076d89b3d1cebeccb1bebeb6d 0.00 MB 2 0
86,740 86,740 0000000000184bf157c28d0cc3838eabb7d94f48a7d75e2441a1807e014b6beb 0.00 MB 5 0
86,739 86,739 000000000001909be08505a55333d84e8b98588c442bef5918fe075a83dccee6 0.00 MB 1 0
86,738 86,738 0000000000067df9017deeaf53fbff69c4be4a88e88b82b7b1948f85e4ef1acb 0.00 MB 1 0
86,737 86,737 000000000019ec6c4bd10e3efc6d24168fc064ba9ad0cafc75a7280cd80985f3 0.00 MB 1 0
86,736 86,736 000000000015adacf636841cf70200a75b1e8c275d1e4394192d0f68e552486d 0.00 MB 1 0
86,735 86,735 0000000000160b6c6afaa2a9098be64fa162c795cc5222b122c0e0949e2bf0ad 0.00 MB 2 0
86,734 86,734 00000000001a4bb5c4ea6e7758fb8168ff6674c59ba2ced055448581869c540b 0.00 MB 1 0
86,733 86,733 0000000000015515b8d1947cc8ef18e4d0b74de629951377ee4b537f7ef36db2 0.00 MB 4 0
86,732 86,732 00000000000c406a5b03ed9b2e82fbf0228e9c3750d19ac3b4b5abdf006cc99e 0.00 MB 2 0
86,731 86,731 0000000000104015d3029e14169b5ebf64981dc18c6e257a56cd1cee9cea708b 0.00 MB 5 0
86,730 86,730 000000000000a0fa53da1e70befa671f3414af8b5cf3d9fb536fd0e5d04d8c2e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.92 GB sent, 100.90 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.