Memory Pool Memory Pool Refreshing

3,708 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (805,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,868 101,868 000000000000fb6d7866f2186287c99e4f24ff8e7a38d7332ea253d087e42800 0.00 MB 5 0
101,867 101,867 000000000001ceac7d7ce9622db170789fa747d47bad64734f7b0f423fa57f29 0.00 MB 7 0
101,866 101,866 000000000002aa46312d9fd182d85d526df5fd05ba7fc6255413e927d7dfe3f9 0.00 MB 2 0
101,865 101,865 000000000002c5267743961ebec0a762c9346bdf00abf7b15d01329825ae9e99 0.00 MB 3 0
101,864 101,864 000000000003de2cdfd6bda96d00a46d2b0a2138fe899bb69e952e2f7f9f6dcf 0.00 MB 1 0
101,863 101,863 0000000000022ede65cfb6e25fc63716d9446d30c3e8d5a0af867cde6081bd58 0.00 MB 3 0
101,862 101,862 000000000003e3ab8a50769d81575f8c8348ce2c26a257a0d10b36a2e7bfc3c9 0.00 MB 12 0
101,861 101,861 000000000001d8738fa5a5a27a6fd915e425e6f53d615d40cf8a07bebfc395f7 0.00 MB 6 0
101,860 101,860 000000000003ddb6c1c16011d0510daf2d0d13503f9797f23c77633617f72f97 0.00 MB 1 0
101,859 101,859 0000000000025892037f82a8676c7c917b833187f6061be51d364478cf1b42af 0.00 MB 2 0
101,858 101,858 00000000000136056c57e4891ce6e20a32ef379f49ebc082d81af63093b8fd20 0.00 MB 7 615
101,857 101,857 000000000000ac5a598307549353873c21ff9c1d9b2abc2e26c3e0c0d7d87c9a 0.00 MB 4 0
101,856 101,856 000000000002c26508ce93017ce88b4857eb7faaccf96c1e2ef5c6abed79fbad 0.00 MB 3 0
101,855 101,855 000000000002a6a9f30cb6ed5e293a5adc953658cf0213fa5404b672f5da30a7 0.00 MB 2 0
101,854 101,854 000000000000d4ecfd2e113f1536ec8621b06cf027ae78892032f1e8d518ce14 0.00 MB 3 0
101,853 101,853 0000000000018b94b71630c2c38f8b0bf8e3a1e76577e30b94f250d7989dd409 0.00 MB 3 0
101,852 101,852 00000000000122d87525424a8ff4ee1a7edaffc89d59aed80d7308cfea4f0c53 0.00 MB 1 0
101,851 101,851 000000000002db914003592855e8b0563fcfb98ca977f2cc4821e703d2d74cac 0.00 MB 2 0
101,850 101,850 000000000001f498067a255c6b16b4ac5929d1a7d3b4137d782b9668f8dd6bd3 0.00 MB 7 0
101,849 101,849 000000000002cdaf2dd6a8442dc55246695afba166b8a9ae70defff4fd1c4315 0.00 MB 2 0
101,848 101,848 000000000000e7ab4cd1d43e8ab503fa1e7f3400f58fc473ef1a1cfce148cf2a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.59 GB sent, 93.14 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.