Memory Pool Memory Pool Refreshing

3,943 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,826 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (2,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,232 905,232 0000000000000000000070718e9ed5c11043a2429a7a55b85091e6ebe2f1f7fd 2.02 MB 1,143 1
905,231 905,231 000000000000000000014dbacbcfe3a0e6f3f3fe4cdc5890b591eeba9f9bf857 1.68 MB 2,746 2
905,230 905,230 0000000000000000000168747da4818504e7411630b0c2e97dad3ff15ff90ac6 1.50 MB 2,723 3
905,229 905,229 00000000000000000000412874fcde4d22802e17800d600ebc24275a275c0b87 1.53 MB 3,496 5
905,228 905,228 0000000000000000000024ac6390fb9828fb707e8c3fa577acfbcf38625befe5 1.67 MB 2,847 4
905,227 905,227 00000000000000000001b4d7c2c902a703b5a9307ef6fe8b9171a066c779946b 1.63 MB 2,247 2
905,226 905,226 000000000000000000021c55fe35436340f1975c929aff9d702db6742bd17e78 1.54 MB 2,576 3
905,225 905,225 00000000000000000001a37f198f6ac90ea68268afdc8087d5eae42fb7c44a3b 1.73 MB 3,597 3
905,224 905,224 00000000000000000000e7e1d6937ebb4ae79cf22572118a560a2b284354a3c4 1.67 MB 4,337 4
905,223 905,223 000000000000000000011269379ce24c23bb18463bacf7e42ca23cddd3fc2767 1.74 MB 3,875 5
905,222 905,222 0000000000000000000149136235f8d9b495e4d374cd8225211be51cf5edf489 1.66 MB 4,141 7
905,221 905,221 0000000000000000000103696226cce459ce121a9fea38f8eefd9e6f8428e586 1.54 MB 3,746 7
905,220 905,220 0000000000000000000236cc5ab7f9ed03adbf8c5aafaec9d5ee030d505e6e19 1.69 MB 4,260 3
905,219 905,219 000000000000000000011e8d727d6cba993a9896a5897ae5009ec6be6737387b 1.54 MB 3,193 3
905,218 905,218 0000000000000000000072549059103ff2bd5458818d1580eab3c7d51eb83cc8 1.55 MB 4,172 6
905,217 905,217 00000000000000000001b2e25ec85b04229f690060240299b0583687ac375192 1.67 MB 3,962 3
905,216 905,216 0000000000000000000170a12a2ac3b2bb0f14c1c66309191f431d08272e1354 1.73 MB 3,234 4
905,215 905,215 0000000000000000000023c99d58d2977beabb104d7d0a2c8f8ed0bc874703b3 1.51 MB 4,098 8
905,214 905,214 00000000000000000000bcb74a2b26bee5869ec19a0decff8c163afaca1946af 1.77 MB 4,908 1
905,213 905,213 000000000000000000001b77c1d0066754b9cc8a09107f7e3f66398be34c8948 1.63 MB 3,138 3
905,212 905,212 000000000000000000009de3a5729b481c648e0733ec939ab1af6d38ab518321 1.80 MB 4,592 1
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.79 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.