Memory Pool Memory Pool Refreshing

2,066 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (331,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
576,141 576,141 00000000000000000019e2aa0d2fb2b1a2e21d143ff4205a89c2d25e7dd401ed 1.21 MB 1,976 110
576,140 576,140 0000000000000000000244da69fe9114927a5a0c50b8fbe8761816c99ddba79b 1.19 MB 2,308 125
576,139 576,139 000000000000000000056e8431d85eec5b0bc0eb0c9e71476c47f54ab232e1f3 1.17 MB 2,436 105
576,138 576,138 00000000000000000009b00e127d06c50d80bb2de1dff607d5dbbc3700996688 1.12 MB 2,018 87
576,137 576,137 0000000000000000000b7acb2ce73af21eee792e4494f66bb77132c4586fe429 1.19 MB 2,127 105
576,136 576,136 00000000000000000003c4b787541e184e1b2099e58938c1dfe9c0418db82dc7 1.15 MB 2,766 75
576,135 576,135 0000000000000000001ea2c9192195fe0f08901eb1de083f51e59415cecd7427 1.18 MB 2,449 107
576,134 576,134 0000000000000000001b1286662da33e144e503121b470070fb66fdb5e667c37 1.11 MB 1,397 124
576,133 576,133 00000000000000000009f549845623ef57f2715cd522a870eba97965330ed9ca 1.04 MB 952 96
576,132 576,132 0000000000000000000b146c54e8f01462caa2fc2d2961a2fe980479ddbb2994 1.14 MB 1,593 100
576,131 576,131 00000000000000000011db74881fb4c0acf60b292765176f3b968775fdf8238b 1.20 MB 2,409 125
576,130 576,130 00000000000000000023283dff6d740fd02fd543354e7485a3dd31848f173415 1.13 MB 1,930 99
576,129 576,129 00000000000000000013f2db6f7322e5d67bcd818a457596f6dc4ce3f19a269c 1.31 MB 2,945 114
576,128 576,128 00000000000000000028440fe390000bc2d030cd2053ab064c63f26e3af7f20e 1.23 MB 2,820 133
576,127 576,127 0000000000000000000b5c372466d20ecaa0570e205b7c157e6455628e7c7ecd 1.29 MB 2,513 118
576,126 576,126 000000000000000000109dcdfcfbdc0a9cd630ec247e6cf1c4a372fdafaa8e93 1.32 MB 2,772 125
576,125 576,125 000000000000000000209e23ab47357fe56daafbcff4e91ae1822618a698581c 1.42 MB 2,154 104
576,124 576,124 00000000000000000023a1bca34562d86fa78f061d6fb92033ad789f6405f3f0 1.30 MB 2,934 126
576,123 576,123 00000000000000000009b48833c5ceb6ad4840267d10ebeaf371b287a9aaf830 1.24 MB 2,730 128
576,122 576,122 000000000000000000257eacc177455ebb86303f9327c877bb2b0e67cb84ed4b 1.13 MB 1,494 107
576,121 576,121 00000000000000000007dcd0dd0752d4e2fe43204c3dae26e636d55a0e213210 1.16 MB 2,194 85
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.