Memory Pool Memory Pool Refreshing

1,991 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,991 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (844,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,884 63,884 0000000000f4084a5c29aff217b04677f194b27a445d1175564b119c164ed03b 0.00 MB 1 0
63,883 63,883 0000000003f9672a19edef1e610d359fa1cd150637487feedeb9dedfa53d7fcf 0.00 MB 1 0
63,882 63,882 0000000002631922d67211a0fca40f8fac68f063193a630379d6f3842f5ceaf0 0.00 MB 1 0
63,881 63,881 000000000ce9a24cb87d2b9f3acc907cc2c4e8598f31f8a9241ba2383774455b 0.00 MB 1 0
63,880 63,880 00000000008927b64b0c10315c3d606c053681a814f93966812fc8bc1683b124 0.00 MB 2 0
63,879 63,879 000000000c2929f38aefbe06b956193b49d01fdfefe8e25bcae75a9b013bb8e7 0.00 MB 1 0
63,878 63,878 0000000006522605b24bdf1b4802b029d60d26527e0262ec493539553753beb1 0.00 MB 1 0
63,877 63,877 00000000035ecf58f5f1ac5565ef43dc5af52d307e9eb9040a9b8aae5e3e244f 0.00 MB 1 0
63,876 63,876 0000000000be74bb8222b4d8964b5c7cc66f2c4306aa7b97eab101b15296aad2 0.00 MB 2 0
63,875 63,875 000000000b02d45c00743a49f13dedfef52e32cf1900f0618fdd1dd0e59f8e97 0.00 MB 1 0
63,874 63,874 0000000002421bdb9e0ccc381aa38b5dd08b6579416866459accde3a4a31b6bd 0.00 MB 1 0
63,873 63,873 0000000002428e7c7605fc282690e9cba0bd3cc49921384e42a607246319c557 0.00 MB 1 0
63,872 63,872 0000000006390ca060a949ef408f114ab489cf6124910acf3a2c094055bf7b6d 0.00 MB 1 0
63,871 63,871 000000000516131c3a4e86e4cbf9ff90336e96830172b8253f9f9a1492a7e678 0.00 MB 1 0
63,870 63,870 00000000080d048048b73c0c9b7c5ce9bc943fad38ffa67d80d9108513c79f82 0.00 MB 1 0
63,869 63,869 000000000b3d588c126e2c928679986047d197abd48ea398c6e31141806b00bc 0.00 MB 1 0
63,868 63,868 00000000055021988208cc9f565d5f7a43fd0e5535414d203e37f4efb8ddc118 0.00 MB 1 0
63,867 63,867 00000000033679e08375830244baecef896dbb3cb39342cc538260aa5f2fbeef 0.00 MB 1 0
63,866 63,866 000000000b669b4fd3e2185709007a0a01a4f097b8fa707ff5eddf66efc1cb46 0.00 MB 1 0
63,865 63,865 00000000021ec4c1a1b10cfe81cd4dbaa0982a662b2581dbba52519f15256078 0.00 MB 1 0
63,864 63,864 0000000000f971a591d96824b3e71dfdbae400504beb7d283a63df754a5d2d51 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.68 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.