Memory Pool Memory Pool Refreshing

3,526 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,877 (858,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,406 49,406 0000000026f32ecb8d927a7d80a7778f735a78f42ff79db5b4002f6876f968a0 0.00 MB 1 0
49,405 49,405 0000000002d80834086e30f81d46d667e8ee9e3f82f623755b5f809106e1fec0 0.00 MB 1 0
49,404 49,404 0000000007bb4780df915ef7b2fe676965893208f9623f71adb82266c9cdb9f9 0.00 MB 1 0
49,403 49,403 0000000001b417ddddfe5ad3a0be85a20ccd9733968fa1a86b46ceef48d3f95d 0.00 MB 1 0
49,402 49,402 000000000d31d8fe99a686b580049cb87a179a0204bdc64961eb51e354abe93d 0.00 MB 1 0
49,401 49,401 000000001e4508feecd656807983338a180ce942a46ceeecc8f03c01bdf5caf9 0.00 MB 1 0
49,400 49,400 00000000118e5d92a12a9d781ce610b2db1533132de2ff5905f5eb5b2def6ac9 0.00 MB 1 0
49,399 49,399 000000001b621749cd17e83bfaf43c418a64141238f56badaef5e3ddaca42914 0.00 MB 1 0
49,398 49,398 00000000296c41018f9b229b69b2e0111a140185b0b8a1a5a0fbe6d3f6d7295d 0.00 MB 1 0
49,397 49,397 0000000021ef9c8f77ed623b579ff8fc68b8fd4ce8ae2a45a62ab5f1de342b79 0.00 MB 1 0
49,396 49,396 00000000239f00c5a780cb6ae95a1cbf1c1cdaba6ff86ccfc4e0cb7a3d18db6e 0.00 MB 3 0
49,395 49,395 0000000023e540a6576a9349c360b20e7771a285c0ff2f684ac51a1f8fc4a1ec 0.00 MB 2 0
49,394 49,394 0000000009f314216cbd42e1cf0346772dce7fcb9b5c2c6363c0d0e2a3ea4403 0.00 MB 1 0
49,393 49,393 0000000016d84839ae42766b6d9a8df1126d9b758a0f1bff87fd8e6b6394bb9e 0.00 MB 1 0
49,392 49,392 000000000169f1e8109f9b76f462b06afb6a9938af120e03100c272e6d926d12 0.00 MB 1 0
49,391 49,391 000000001d6f02bfe89d61ece669028b01a8f2de985e20f3570d381d63680dcf 0.00 MB 2 0
49,390 49,390 000000001fbb4140244429ec6005c9264878379ca156d7f92545b60e79551638 0.00 MB 1 0
49,389 49,389 0000000011bd2c764bd8827634ac06a916862e118d1d2591ca4dc8ad3abe566c 0.00 MB 1 0
49,388 49,388 000000001459b4004e10c38f4c8bc8450ce14bae50653342b3345c7e26cd0537 0.00 MB 1 0
49,387 49,387 000000001cf51af3d1ffc49659eae87189517b5e8040508c949498fbdb1190af 0.00 MB 2 0
49,386 49,386 0000000013bd7b213e2214d5672f2357dcc4057e60d2919f44af1306303c30ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.83 GB sent, 94.53 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.