Memory Pool Memory Pool Refreshing

5,836 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,831 (724,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,709 183,709 000000000000069c51b28e150e4fb4dd75e1460e649a3ce2aa7e2487c92fa81a 0.02 MB 50 399
183,708 183,708 00000000000006d417f9728f1eacb1ec7ef19a03ae97d675122a7c9dcef5586b 0.20 MB 474 159
183,707 183,707 00000000000007738facb30ea8ac7c9891abfc20e5e23fbd2a30b0193d52bbfc 0.05 MB 135 140
183,706 183,706 00000000000000d583262940a9ad748b0d505b18878b9df3e3f701bf04212e36 0.03 MB 64 104
183,705 183,705 00000000000002b809b4b77da9a1fd7fa10314ad9f7f8439b502d0178fae92ff 0.11 MB 258 154
183,704 183,704 000000000000083d711ac2e2f3564946638d72e675a03b5c361eccb1a20c10b2 0.00 MB 11 0
183,703 183,703 0000000000000a85c3f8935c2c0367063b99f50e92baac5663793cfc7e3ca5d2 0.17 MB 341 159
183,702 183,702 00000000000005ded05fac9a9457d406b5e687c2ee3eb8b77bfa1d1df1856b20 0.25 MB 627 160
183,701 183,701 00000000000006153f8f630cf7f03cc1c9586b282e26b13bc8f4f5a7b0eb141d 0.05 MB 141 229
183,700 183,700 000000000000097781a626868b72b587ee976f7721a99325ce8fafc45823ab56 0.05 MB 134 164
183,699 183,699 00000000000005c21d32162fb67c05f903841824a28bdf880d38e429b43d9421 0.05 MB 134 184
183,698 183,698 00000000000006f41c7002ef53b018d1641df28827401713f226b7da9309ded9 0.05 MB 142 123
183,697 183,697 000000000000021c44cd6e688148a343cb43d0c56b4e6e5510b7b414a1aa1fc4 0.07 MB 113 105
183,696 183,696 00000000000000d2e3fc13e0c8ab9e11849d1b5d2f50c96914538eb90a310968 0.05 MB 153 79
183,695 183,695 00000000000008aaf1ccd61649c9862c02bb4f007762c03bcce7ad5583661256 0.12 MB 340 130
183,694 183,694 000000000000057814495385a48449123801855d3037ae99a8a194a414c06dfa 0.28 MB 733 226
183,693 183,693 00000000000003337f1db992ff2017133f86ded8d039cf22a86bc04e8b3fcf3e 0.00 MB 12 14
183,692 183,692 00000000000003db98424c970fdbc6114f28fe389e182d3ba5a4cc64aefd6e12 0.00 MB 7 0
183,691 183,691 00000000000007fc26f3d097e461e0f4626c750ef3f35241d3577057411fbc31 0.04 MB 75 112
183,690 183,690 00000000000006d3d3326178b085cb0b2f4f419e1dc1aede49ff14b8dc59ca63 0.07 MB 167 185
183,689 183,689 000000000000049603219b1b4ed75bf6b6ca9776ed7ee1877ca9fb0a59698795 0.17 MB 320 111
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.