Memory Pool Memory Pool Refreshing

3,667 transactions
1.18 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,683 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (779,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,095 128,095 000000000000262ce7d5032133ad7c4797626f2bd4565ca7abe05e827c9bf50c 0.00 MB 8 1,721
128,094 128,094 0000000000002278048da92131e3bf30e1e46c5f7c6141e389208a83e740f7e7 0.00 MB 8 2,119
128,093 128,093 0000000000001f31750e7d6e78ed9b68fcbaeb0f6393a4beb91084136f843d81 0.08 MB 243 334
128,092 128,092 00000000000025aaf3a2882e4e42fbe3c4555a35139fcd6aeb289f7f061618a0 0.01 MB 19 2,458
128,091 128,091 000000000000222897017e8b530b7edd407378d1e25b2e2b33031c884ad70c53 0.00 MB 9 500
128,090 128,090 000000000000083aa562048d09cbc0223fa80e380e8aa7c948a577c08dfa84eb 0.00 MB 12 302
128,089 128,089 0000000000002691481e87257b35b587001299d00f3e8432df5cb3222bd5a636 0.01 MB 22 738
128,088 128,088 00000000000002ed296c16132c343edb9fc83755acc7346771987e3e092c1814 0.02 MB 43 332
128,087 128,087 00000000000009171276533e729c6e5638fbf2321abb31c6786d5564c1824d1d 0.00 MB 15 0
128,086 128,086 000000000000052db930d34cb6fad9f9ff98580a0871ce6e8e96c6c7ae3a3d40 0.01 MB 6 0
128,085 128,085 000000000000049fec5b1615674ec2fff6bf52601a749617c95eb6d91520a76a 0.02 MB 10 983
128,084 128,084 0000000000000eb12411a043bf220e0e60a4d8c026604ad18098c9ae9145d9a4 0.01 MB 16 437
128,083 128,083 0000000000001f62a6038c2492cc493b4d0bcfb553ede1912e4b21fe13b33228 0.01 MB 19 774
128,082 128,082 000000000000180e5af7a1e09b4aa7a1b2ee7d07c112f8064a906519fea5e836 0.02 MB 44 1,124
128,081 128,081 0000000000001355782a35971adb5dd0de5bdad97d0d1ec71d016b7a3cfd89ad 0.00 MB 9 0
128,080 128,080 0000000000001d824b28a2becd95e0779541fe62393b9b9d0cd91e55dea171dd 0.00 MB 2 0
128,079 128,079 00000000000021c7ee6d35abf6d05ee8b7731ec161c6e45a9432be45c313d089 0.01 MB 14 331
128,078 128,078 00000000000017f2469614b15d685c78887da254f06d6e9ceac97fc120a880ad 0.01 MB 23 512
128,077 128,077 0000000000000fc6ce1be4dce65a19385d7a3029c0a97d6d43c834a64edb6c23 0.01 MB 18 901
128,076 128,076 0000000000000b980908396801f6ba911c1db2c77085594f6a098e4903de1f64 0.01 MB 36 40
128,075 128,075 000000000000160ad9ec9607cb9ae1fb22ddff7492ba3695232d3c34e0ae8385 0.01 MB 18 846
Previous 10 blocks ↓
Total Size: 768.95 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,614.01 GB sent, 92.54 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.