Memory Pool Memory Pool Refreshing

1,302 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,274 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (837,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,176 71,176 0000000000f289234243b4ac92dca63ddfbe2258c98fd79e8b9c5d18c6831954 0.00 MB 1 0
71,175 71,175 000000000044f6e70dd5eb6dc48c0037ea47003f2bd69bcdff1ab00f6bf4f8f1 0.00 MB 1 0
71,174 71,174 0000000000e64ef3f0d6c8261b197e6217f415d51ff3bb42b6f317b6a687ed95 0.00 MB 1 0
71,173 71,173 0000000000bd6cd1e6bf874c1a20e9a09773a2f440f7bdffc4cb9c27a644845f 0.00 MB 1 0
71,172 71,172 0000000000f18eeca8b844440a91abd517226508dc02cfb6c6ee91e876fc7f17 0.00 MB 2 0
71,171 71,171 00000000000590b09ae093689c2fa334d9b842db9edcdc195e3a314781c0e447 0.00 MB 1 0
71,170 71,170 000000000009c183e0d23e184efe70ae8ff2b974f00b0489d595b27868b7a39d 0.00 MB 1 0
71,169 71,169 00000000007bb9ddb8aa79d41c4c1d7de35b7c3b2810e8439013a52e2cb9c1ae 0.00 MB 2 0
71,168 71,168 0000000000ac455ee344c86c668dcd4983b91e54ca793c7dc45bad4b2794474b 0.00 MB 2 0
71,167 71,167 000000000097359382a17f4c68fb688c94b3811ec97599d9b5be21c1ec27bafe 0.00 MB 1 0
71,166 71,166 00000000004ca3f7c2d0759b0289dfefc8e3d02a9636d97fc5ab9628b74004b1 0.00 MB 1 0
71,165 71,165 000000000033f4a146ba5d6455225b519790d623740d9dce29f165d1a62c2af2 0.00 MB 1 0
71,164 71,164 0000000000fff372d49363369702aeb10a71a593546554c403852b874d1004bb 0.00 MB 1 0
71,163 71,163 00000000006ecb71e376c150fc3f553a7dc73b7bc22df89d69970f7c0232e5b3 0.00 MB 1 0
71,162 71,162 000000000041ebb9628780edc5a72ebc9cd0dc09285245ffb2933ef81b567d61 0.00 MB 1 0
71,161 71,161 00000000004d209693203297f2e72e00a60b0484bd055c93d5d76b0a1dcdf37a 0.00 MB 4 0
71,160 71,160 00000000003e2cf1b8555e2247d99a429da5d3a122943539bc1da81a3ba8fbeb 0.00 MB 1 0
71,159 71,159 000000000051075ee1c523cd3725d6c745a048a1ca9c38d4084ba8b5f44f2faa 0.00 MB 3 1,941
71,158 71,158 0000000000785a4d2e850971f58d149eedaa4b1e030356a97e2bec8a531262a4 0.00 MB 4 0
71,157 71,157 0000000000605739ec2ed23c5c277f4ab1edc7c936fb2a3b0b63c98e769610b2 0.00 MB 4 1,086
71,156 71,156 000000000105a1c1dc6961f2c654f813456fb700afadb95145a0a6212763185b 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.