Memory Pool Memory Pool Refreshing

2,391 transactions
0.63 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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (906,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,232 2,232 00000000d128995c0a95a56c5a045331f26a7b3d77c5f2705558564c970848cf 0.00 MB 1 0
2,231 2,231 000000006f580cb6ad9ae4f8087512620a575862772c5690e4e2e4587cc7d0b8 0.00 MB 1 0
2,230 2,230 00000000835466b0506cbbb587999ef0db2ff3ae9cdb3f0a3142341742754afe 0.00 MB 1 0
2,229 2,229 00000000bc61525dc9c80efe32f801de1b83082e2fd5bde14c6d7d376ed27e74 0.00 MB 1 0
2,228 2,228 00000000ec317a78d83bea685e0dda3c54a7961bf228619f7fcd98c7acaff834 0.00 MB 1 0
2,227 2,227 0000000002fed247aa33b2afc84e3c0c6f25a410fafcd31d1e27b824e30a47f6 0.00 MB 1 0
2,226 2,226 000000002ca17a39e2e284d22edca6bd7c0ac5dddea66a11bdcb5518c6b663d2 0.00 MB 1 0
2,225 2,225 00000000a0fd3885392267c114707089340faf95dd6e8cd1f31a688a1eaaf120 0.00 MB 1 0
2,224 2,224 00000000e8b0ee07bedc4499aced3524a875ed74cf71a6b3b30e2d887edaf6f0 0.00 MB 1 0
2,223 2,223 000000006d89216b4cf7bbe9f6dec95741e4f7069259c32a4efe31091e63fffb 0.00 MB 1 0
2,222 2,222 000000009ffa197affbdef3f7e20aaadf1199d7d8317b1d7a55def5ce5fb2d1c 0.00 MB 1 0
2,221 2,221 00000000f0490b58679c22b79b19cee8097c58923848beef29ffff1db7b94d3b 0.00 MB 1 0
2,220 2,220 00000000c80ae0a54ae7eecf84c157b3e973d6b30f2ff77d83f6d06220bfe08d 0.00 MB 1 0
2,219 2,219 00000000d89c882e1921531b16721a8449d59e81e9f0cdb9490fc058607b1cfd 0.00 MB 1 0
2,218 2,218 000000004461f7c3d567d2d658ee66317859bc922f270438df621a0e851571fc 0.00 MB 1 0
2,217 2,217 0000000068f0ffcd5493d706ced42fd21407d9e2cd2c90eedbb53430fb7df297 0.00 MB 1 0
2,216 2,216 0000000057ce692a1c822d97ea4111f7f157d8c0052114df5c6c1492743753fb 0.00 MB 1 0
2,215 2,215 0000000092e1853b69493c46b1b5e4e02bd383bbc1152b1519f76f857afdb719 0.00 MB 1 0
2,214 2,214 00000000411e3b9b2066078b10548f1872b4c646a10cb39bb47395d3bf1d79c3 0.00 MB 1 0
2,213 2,213 000000009cdf8746d02ef9c07ef02447edbdbf22218ed318ad6bcba33f572996 0.00 MB 1 0
2,212 2,212 000000000ba2cae81854ad5a65aa484a9e1f44692bc76c1706dae7987ae09fcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.