Memory Pool Memory Pool Refreshing

1,137 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,134 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (628,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,627 279,627 00000000000000006172cded1337d17c8476a3e52667d5284cd58f8af2ffb78a 0.10 MB 156 28
279,626 279,626 000000000000000174ac5f3af8141a8b984af3177e28716618c28cd7ee7c3ca0 0.27 MB 472 24
279,625 279,625 0000000000000001be887b3f7e5763d2b0028f8df640160a1da8ee6491c63327 0.25 MB 730 64
279,624 279,624 00000000000000012d9a7abcfac965491df5f6f36a23f8855d6854d52b7041ff 0.03 MB 100 111
279,623 279,623 000000000000000194653b10fa58a14b938d144dbae5562b0fcc6812077173f4 0.10 MB 204 29
279,622 279,622 0000000000000002194db7613b91d1134a7893f7628a6ff779c98ab015de9c2e 0.03 MB 84 122
279,621 279,621 00000000000000004243cf84f82699e2d098f8d90a18641fa933801f6f06dc4f 0.12 MB 251 52
279,620 279,620 0000000000000000a2c1ffd1591ef673aec07caef4fc4d497a09b30859e57042 0.01 MB 24 28
279,619 279,619 0000000000000002e2e36b0c7a15502f8514e6d8767bf66db3479204f14955ac 0.20 MB 456 43
279,618 279,618 0000000000000000ba861579957f275d569872701a802669ec720feaa7e3d177 0.24 MB 564 54
279,617 279,617 0000000000000001377557ffb31e0ad464d358623da350c7c9365b2dfb01b5f1 0.02 MB 45 39
279,616 279,616 00000000000000013b63273c109da9f190487ababb53b1d93bd399e616fd50c9 0.09 MB 177 35
279,615 279,615 0000000000000001be99e9635ea5a43c585d32dfa7af51c54f1bf98c63f40658 0.12 MB 293 44
279,614 279,614 0000000000000002084811572a791a46311a1f84e96325b9341b86c0d8427171 0.01 MB 5 58
279,613 279,613 0000000000000000e6b2c90314dbb9c220ded514ce0bc0fed7ac7cf7799ab43e 0.23 MB 462 52
279,612 279,612 00000000000000024e506da23ccfde8a0dac796d45de624e44f5cda35588313c 0.17 MB 259 29
279,611 279,611 0000000000000001ba7e4893ed59cd1fdaa4bccc3439ed3742ac8f9c035df683 0.10 MB 196 23
279,610 279,610 0000000000000000a50b6b13c6e1128d20351b01a5621ca32d6759b9c7b87aa6 0.19 MB 332 36
279,609 279,609 00000000000000007186062436a119b1bbc180a9db63a126d6f5744c49059b61 0.03 MB 82 51
279,608 279,608 00000000000000015deb303ee2056959bc68e5321ba1ab95e4019843aab18ee4 0.24 MB 474 48
279,607 279,607 0000000000000002ba6d8d8a7dd8d21e2226ea03eae72d76c7d1406ac4f2496d 0.06 MB 152 40
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.