Memory Pool Memory Pool Refreshing

1,494 transactions
0.73 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,287 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,481 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,286 (905,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,631 2,631 0000000009ff1a086133e96a097ae7138593722bf89463703abdae49412c5043 0.00 MB 1 0
2,630 2,630 00000000294d6aac3f71b25da5b0a6f5dfd3563cb5ce4f50fb01a03b4d9c4810 0.00 MB 1 0
2,629 2,629 00000000cf73ddae7851986567ee8bdab64bdc95aebb42cdef81f009d0dccc2b 0.00 MB 1 0
2,628 2,628 00000000c889e9128f789497110591e9b9675efb0b55a41124c7bacc579c18ef 0.00 MB 1 0
2,627 2,627 00000000039e854de88404b98096d42ba4ca5a9a533b223638f75d6db171605a 0.00 MB 1 0
2,626 2,626 00000000063335f5ab0c00399db8c9ea664cca26ad74a0ca6341ffa4095a5ccc 0.00 MB 1 0
2,625 2,625 00000000508566ff28ea3a2def148eb05492f2f1383f85574a5205bb1be9d6f7 0.00 MB 1 0
2,624 2,624 000000007d84f0fc9926b0e250051ac411d490459c7902a04f84feca33b90566 0.00 MB 1 0
2,623 2,623 0000000059628f82831204c2af4dadb8427ef2c257e64639c6016beccbf3160d 0.00 MB 1 0
2,622 2,622 00000000ca2784989c64db4c1a5dc9d51facd4ad5c146c497e7e2f76413d8b86 0.00 MB 1 0
2,621 2,621 000000007235eda3143cf68087b0056ff54f274afa7495a19ad8c2d75e814a2d 0.00 MB 1 0
2,620 2,620 000000000f39c341df325173430f32af8912a446b53dbbc9d1e2a93d860aa773 0.00 MB 1 0
2,619 2,619 00000000eb3e381ed39e7eeea17eb4a347719958ed9b392ce0405198d7fb949b 0.00 MB 1 0
2,618 2,618 00000000350193a2ce1f3758e0369f02b54d41cb077525f6cb155dcd13cdb9db 0.00 MB 1 0
2,617 2,617 000000001c9ba344b80400237fef2bdbeec76b23c6fdebe8e0ca0cda55077cb1 0.00 MB 1 0
2,616 2,616 00000000ee1b7888016595e03c8839543755859c1bbaf66ab2497b0e0c874990 0.00 MB 2 0
2,615 2,615 000000001ca4cc980de6cabd3540ab29efaa5484599aebee965a940e7a173700 0.00 MB 1 0
2,614 2,614 00000000f8088f96410b15a88fd8535249006ceb2a6172774f249486e71a7c42 0.00 MB 1 0
2,613 2,613 00000000a208d65554dfe46ef515582b8fbc3adbc1be1c27da59c5060f9bcb91 0.00 MB 1 0
2,612 2,612 000000000d94d4bce4eb076b5f0bd4dc784887ac8bbb2fe9b45efbe34e20f897 0.00 MB 1 0
2,611 2,611 000000004e4adedd77c0d4f21d173f014969e998558f9dd3d512d9a53d322317 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.20 GB sent, 98.26 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.