Memory Pool Memory Pool Refreshing

6,602 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,575 (842,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,770 65,770 0000000000e0cf7b7d46548322156608818e808ce691200fc7b90b85187abf9d 0.00 MB 1 0
65,769 65,769 00000000000c4a67453dc12d1930f218e3021aa56c1c9243eb7c0c80a12117b5 0.00 MB 11 0
65,768 65,768 00000000017487c1339af606144372dcd8590218fcd94d1b5b3106b99ca6a482 0.00 MB 1 0
65,767 65,767 0000000004bf792fe0db1bac900b34866f1c439629fbc8e3895b506d1e64e1a1 0.00 MB 2 0
65,766 65,766 000000000176ef33e00d59995665e4da9d93fd8f6167e9039c0933806f49a682 0.00 MB 1 0
65,765 65,765 0000000006ff9d441d3f2f3651de68596e722484aece760d036b83e2f1773f97 0.00 MB 2 0
65,764 65,764 0000000009620cc4155bb961c8fe8b893d615f0e2581680a8cc4b66025936412 0.00 MB 5 0
65,763 65,763 0000000008126b3a171a3714207e79dba9b60805a7f73d1c3f5ba7db5fdcdc7e 0.00 MB 3 0
65,762 65,762 000000000ae0f7c0cc7d5941990e2822265eae3e6b6ca2da16e955cf15cc2a5b 0.00 MB 4 0
65,761 65,761 000000000090f8705e6837fa7dc8d945b7f17329794eabc7a395e594441b81a8 0.00 MB 5 0
65,760 65,760 00000000025d70cf4a7d713d5f21973bd0531065ac478187a52c64c9d4dfe96a 0.00 MB 1 0
65,759 65,759 0000000006418b82f17e8f4bc87d5cbb27722eb922a469fb1f0dcd63f055fb9b 0.00 MB 4 0
65,758 65,758 000000000601c0c61b1a04851a355d1696e4b94e39a5917dae8ce90665e25b06 0.00 MB 1 0
65,757 65,757 0000000003cc52442fde7c400380703cbf0eeb0d454c092db27b43a77b5625ce 0.00 MB 1 0
65,756 65,756 000000000a67f122170c24d80b2ceda3bb1955027cc04dc7dc5792a2459774d2 0.00 MB 1 0
65,755 65,755 0000000009fa96902c9b6cf19d56b1efd1c955a63e3b453703ef9553de85ce73 0.00 MB 2 0
65,754 65,754 0000000008cb94572bf90dbf5068c4ba2267fffae8b267ec08e821e4b7b711e6 0.00 MB 2 0
65,753 65,753 0000000007ca1c981af892111f2d65931bff123fd8d84f0604af4ac059f5c54c 0.00 MB 4 0
65,752 65,752 000000000692c30daa7d4c33b1ee7287e126d78c4bc892688dd74ea5c5057534 0.00 MB 16 0
65,751 65,751 00000000033b174fc42eb2c1980bbb7a1a95b6d452e6e8818fc48aa3d17805f2 0.00 MB 3 0
65,750 65,750 0000000005ebb3437e17eb13ecfcf0bfe5a0047c0b1a684cd74a7c3d4ce38ba5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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.35 GB sent, 100.82 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.