Memory Pool Memory Pool Refreshing

4,037 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (757,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,035 150,035 0000000000000a33d04b2d72aa862b6b2c8681687e42b25445450f22ae007218 0.01 MB 22 407
150,034 150,034 000000000000019b769a5d30d1ab7d9ce0c1192c69007851be7fa5683bd75394 0.01 MB 17 51
150,033 150,033 00000000000000c4f740bfd56007352da89f8777164ea234a0b3b940598891ce 0.00 MB 14 108
150,032 150,032 0000000000000a8cf8726c0f1ba44947cf00f5cc1cf7261b6c31f9a745db4d63 0.00 MB 3 96
150,031 150,031 0000000000000771bf84a419f41f5ffa3f7f527cbc13bdb9ff7c346defee09b5 0.03 MB 59 148
150,030 150,030 000000000000019ca30794bddf623b5ac6725a4e82ad652fc97dec64deabd773 0.04 MB 157 73
150,029 150,029 000000000000001ea020e01e25aeb5d726e6e0a8f63c373755620f035a518587 0.04 MB 72 103
150,028 150,028 0000000000000726d41a40c98d5a69d633d745150967d0f35c4f3931d7713d18 0.00 MB 5 72
150,027 150,027 00000000000003eccbac261e299bec99d3fe63d7733686db34e9056fb4db6112 0.00 MB 7 70
150,026 150,026 000000000000008233ecb725468e51b2fba13f4321c7a95e9c7cec80aa3f532e 0.01 MB 14 591
150,025 150,025 00000000000002f9664509c4f424cd55940ee108cdd983fe0396dc1776c69dac 0.04 MB 101 79
150,024 150,024 0000000000000339ae2146579dc99dd6ba4369ce97292ea879d3e05bfb943ce7 0.00 MB 11 363
150,023 150,023 0000000000000a11255ca7e3c6a6ee8b80ab7d43ddf86aeef6dcac5a7a7d7838 0.00 MB 9 276
150,022 150,022 00000000000006fb68da410d852e87b0ffda3883facbdce017814f2d40b335e2 0.02 MB 50 69
150,021 150,021 00000000000003503d6a79441be4949938feeeb78fb1eda61086a238db96781d 0.01 MB 27 290
150,020 150,020 0000000000000148ec4bbb4d8865ecfe1d01eba789b1975eae7e95b19729269a 0.01 MB 28 85
150,019 150,019 00000000000002c5705fe3dcb699bd45fb6f3bb70e49aa0445c0fe631d2600e5 0.04 MB 92 102
150,018 150,018 00000000000003c6f827e4af33217087b5f5726119fac5aa67adabf9473d3a53 0.01 MB 14 248
150,017 150,017 00000000000002f22ff7e17e22afa94ce81a3c995defdacb56cb77d8c227b349 0.01 MB 28 217
150,016 150,016 00000000000001c2ad49b3f843f7d5b39e59f8b7d0b627071e0aa9cea7b86a3a 0.04 MB 135 33
150,015 150,015 00000000000007121f72ebb62f840090baa8372fbbd8faaf1364a84c42225c3e 0.03 MB 37 37
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.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.