Memory Pool Memory Pool Refreshing

4,844 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,072 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,071 (664,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
243,842 243,842 0000000000000041106f1eb0a1f9d80964df5f278e176b6af12f1e3c451f877e 0.07 MB 146 101
243,841 243,841 000000000000005f75502ecab7695f2970fa3662bbc602a71ad853435db12a9c 0.17 MB 406 124
243,840 243,840 000000000000001ea0b741c683e4f8fd8e37e6203d61de8f56cddb9cf2fda060 0.23 MB 521 112
243,839 243,839 000000000000000cb864002472dc3e1abb6450ac3bdac74bb06776be334467f0 0.24 MB 576 153
243,838 243,838 00000000000000573a32cb288263c57ab766e8941e34004a96b358d6c675b6fe 0.23 MB 558 152
243,837 243,837 00000000000000d71e8b74fb33dca1c9cb95b4d19e0abf3db8ff721bc8a73373 0.30 MB 565 91
243,836 243,836 00000000000000b58a98913e04d3c63fc5188f858aed1b732cb3b1bd48906d72 0.25 MB 639 174
243,835 243,835 000000000000006f6d32ad4f87afe4f44ff0ca7a48b2eda5bd53d9fbae2b998c 0.19 MB 129 47
243,834 243,834 000000000000002a9a8ca88df99ff88a40ce845adfc546cb42d1b6c064ba2a15 0.30 MB 592 103
243,833 243,833 000000000000007291d569b9c309da98bb342c3e5234cff89407be090dcb84b5 0.25 MB 643 165
243,832 243,832 000000000000000736ab14888dc98ad3ed2853f5ce211bb148b4895f208cc5f1 0.25 MB 581 195
243,831 243,831 000000000000002242e404e7f1bbd07a951914d948b52823519731579b3d85ee 0.25 MB 464 146
243,830 243,830 0000000000000032d77e92e4b45c0f7b602adf3c90a53009a3719eb1c795249e 0.01 MB 20 106
243,829 243,829 000000000000008bd1f49ffbc3eb2d9284d1420473e058af85af1cf931cccf0f 0.12 MB 288 184
243,828 243,828 00000000000000d2fd2a949976d2c38133e6f09c3ef3f656d92a04aa0f79c0ff 0.12 MB 261 88
243,827 243,827 000000000000009df283e09db594916fcc9877aad2140f8f7d158c24ae286fe2 0.06 MB 106 88
243,826 243,826 00000000000000a35d84561fced4802ad5d03a008ec1d94e6865227bdaae9501 0.25 MB 527 122
243,825 243,825 000000000000006c00c4c311ff97cfedbc89666635d1416c2925a92114c98215 0.08 MB 183 148
243,824 243,824 00000000000000411df0939132f962d4947f093b2292aacd80ee615bd08f561f 0.03 MB 72 20
243,823 243,823 00000000000000540dc917ddf4962bbd2abff2d8f3f4b957dadea527437a8d67 0.08 MB 181 103
243,822 243,822 0000000000000018bb9aa2732cc9a57b41bacf03d775f2efb41df40dca047137 0.15 MB 347 164
Previous 10 blocks ↓
Total Size: 769.68 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,655.11 GB sent, 96.28 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.