Memory Pool Memory Pool Refreshing

2,920 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (109,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,243 798,243 00000000000000000001a175d382a8110893763ccd465f3075e39011f419dc28 1.62 MB 3,326 16
798,242 798,242 0000000000000000000419494edeff39ff3b9cc9122aaf23ee4ddeddcc83102d 1.60 MB 2,719 8
798,241 798,241 000000000000000000022fbfbcc15a13aaa656404b24d38f0055995cefe96e04 1.60 MB 3,103 12
798,240 798,240 0000000000000000000228ccc055d379ff87b7b1c80fb5bd2145e04ae0a7be66 1.56 MB 921 7
798,239 798,239 00000000000000000002e415b69fd8806be2e057dfba0271e17509750b521a8a 1.49 MB 2,338 15
798,238 798,238 00000000000000000004e0eb14aa8c089835feae006efd6e1c5834aa5b8991dd 1.69 MB 3,461 8
798,237 798,237 000000000000000000019c008d31c4ea981124893ae4289108292b1dbbd12b99 1.91 MB 2,051 11
798,236 798,236 00000000000000000001b6fcd7f2943d9f5a228711ecec67beb6bbc2b260c6e9 1.76 MB 4,602 4
798,235 798,235 00000000000000000001d790c2e4e7138f05e3176e4bc6bfe1531258b5c7a8c8 1.73 MB 4,456 6
798,234 798,234 00000000000000000003a4b11a9484cc117f5130d7c2688af13a312405b226e3 1.94 MB 5,359 6
798,233 798,233 000000000000000000019e5e80c9e72b4e63762e161e2142e922812182c67ea7 1.73 MB 3,915 7
798,232 798,232 00000000000000000001473b69583937c24670ffaafba5bb5092e6f54332d400 1.81 MB 2,865 9
798,231 798,231 000000000000000000036bf8e6438b588614ea43319951c0c2187deee453c9f0 1.80 MB 3,941 6
798,230 798,230 00000000000000000002eba3c59919deb6e99fe5f8d7bccc94388ce2c2d70ec0 1.83 MB 2,001 10
798,229 798,229 00000000000000000000840c1cdad5e47d2a2c8fe4fd6f459745ac8e5c1358f0 1.72 MB 3,408 10
798,228 798,228 000000000000000000008401b9b560fbd3b5a82f4e1f24cdf93e1a91f74e2fce 1.80 MB 4,627 5
798,227 798,227 000000000000000000024f0694778753c5a7a731cca3a0570b9fa059a04416b8 2.07 MB 5,747 4
798,226 798,226 00000000000000000000bff173366eaa0bee7224dd06f9bad5bd498542b457bd 1.83 MB 3,874 7
798,225 798,225 00000000000000000001e205168a4d27316d4f7cec4b4eed82edb6cfe801337a 1.79 MB 4,581 7
798,224 798,224 000000000000000000029f9b5f48a3f8fc13b48ce8e483ad66a1bbb659a4b1a5 1.94 MB 5,628 6
798,223 798,223 0000000000000000000553b724d98070d4934389e26c63a245aea0434d521494 1.91 MB 5,396 5
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.