Memory Pool Memory Pool Refreshing

3,586 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (644,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,632 263,632 0000000000000015cd7394f662a635c8be354ed0bff686f0411431b414252b73 0.11 MB 227 86
263,631 263,631 000000000000001334aa8b4a520e28b07435b481e00481306e1c1950c31c2d9b 0.13 MB 286 75
263,630 263,630 000000000000001418b01e1c51ee57b0cf2c0d5f4cbaaee1b0fc25c92239e7b8 0.07 MB 166 102
263,629 263,629 0000000000000002aebbe6b5939cc086cc0a9d7181a66db227f687673cee6530 0.13 MB 222 79
263,628 263,628 0000000000000002adac87e13b38dab398435a1e1ab10640d88f1ca8dd4f3d5a 0.16 MB 268 60
263,627 263,627 0000000000000007b4511e0e0fe84f191bf6451e2e31e33da5445ec298e40c6c 0.20 MB 319 36
263,626 263,626 000000000000000b6b2f1f9ad462f790158e7f2f44e795cfbab4ea6cc6217e6c 0.25 MB 628 161
263,625 263,625 0000000000000010c77ccbae7247dbd46c9c9f1794689e7d113b1881840d8ed8 0.09 MB 233 94
263,624 263,624 00000000000000161338e08cd92cbfde4efd2d331587d8da6f6a481e63dc4f02 0.14 MB 196 61
263,623 263,623 000000000000000e1c1c65bf0469bc3f53129fbe5c43fa8f78575cae04ec6cf9 0.25 MB 553 111
263,622 263,622 000000000000000ba0e8e7168af5c91d5d002aaf047ff21e285edacb35f44020 0.04 MB 114 101
263,621 263,621 00000000000000054e9329b309040f9deb450a3de3c2f109f74f96c9fa1e511d 0.01 MB 18 126
263,620 263,620 00000000000000110552db5a12964b350a8776684e0739d165c2dbc0ecd0c3ae 0.12 MB 222 69
263,619 263,619 0000000000000001ee2be77b5655c4827478c851080950371d6f868da2d43c39 0.11 MB 270 159
263,618 263,618 000000000000000d966fbd43bb200290350115b5d4a78750a7c5a9a9e6c2aef4 0.20 MB 318 57
263,617 263,617 00000000000000067344cbece24a0ace2993845979cb51cc8c9b827c721d3e3e 0.16 MB 374 129
263,616 263,616 000000000000000350185ad3ba826374ce535a27c12de4201103d13004f83c4e 0.27 MB 508 108
263,615 263,615 0000000000000002c6b058f99886c62298cdf4f2dc455af572e4a19a29cead43 0.22 MB 466 92
263,614 263,614 0000000000000015dad773f0b247dbdf29ff0fa76e47e756dacf91075b6d51a6 0.19 MB 477 132
263,613 263,613 00000000000000008a83b4e144be96b952f0c160d570b5563a15f2a23a614fb8 0.03 MB 90 65
263,612 263,612 0000000000000004918106c98543dca438d923696fb0a5665421ec7c8352f271 0.19 MB 464 86
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.