Memory Pool Memory Pool Refreshing

12,246 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (569,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,216 338,216 00000000000000001902bfeb63386276daf8d5c58f6d2265fadc0b2cedf2f5a3 0.23 MB 383 22
338,215 338,215 0000000000000000163eeac0a0ac5af8d4d375c79042b20713860fffdeac9f7b 0.62 MB 1,103 21
338,214 338,214 00000000000000000f832cf9736bb6dbdce1c0d113eacfad4400c71d82a065d6 0.19 MB 459 34
338,213 338,213 00000000000000000cfb4025e5e255581410216aa83c53fd1dc049993ea111f4 0.50 MB 1,132 30
338,212 338,212 00000000000000000a8be93c0b260c0e7bfcb20eb6951a96cdf87460b7664f6c 0.00 MB 4 13
338,211 338,211 00000000000000000bf1dbf4d40c83a2991e450445a2fc5a74c289a8d2791a34 0.43 MB 823 32
338,210 338,210 000000000000000003419c9529047b8cfa88ea3c38c239a92d2c8f3b8df920fa 0.75 MB 1,502 28
338,209 338,209 00000000000000000e7923071950394a3ac3b75ae92b11764a16b9c442769240 0.10 MB 118 11
338,208 338,208 0000000000000000053f4302214c5bba718a3680df951d159412bc3fee19f2dc 0.42 MB 668 23
338,207 338,207 00000000000000001a3cc3d5adc241ddbf7cd205b86bbd1bf6b87acca7a7aaae 0.08 MB 81 11
338,206 338,206 0000000000000000162ea15e51fc6a80915058b2f964ef7d0bd49d2231031cd2 0.22 MB 442 26
338,205 338,205 000000000000000002f2c17f9938f495c79c9b86e9fef2cb16b86000e2867683 0.20 MB 370 70
338,204 338,204 000000000000000011cca9d78556bffbb3c246887ef4e931e4584b37738cc4b2 0.15 MB 348 26
338,203 338,203 00000000000000000f8f27efbddb05d3acb236c0204bd630f049365a152727f6 0.23 MB 409 30
338,202 338,202 00000000000000000813b5e093ebb9dcb5e958611718e78a624b9eead2112dca 0.55 MB 1,067 28
338,201 338,201 0000000000000000070e740307e35ad77a3dd9cd716430e74a5f6995aec7af92 0.21 MB 379 21
338,200 338,200 000000000000000011dd819644593ba8a4e3afc2d0756c219b1c4a39ffb7b61d 0.45 MB 830 24
338,199 338,199 000000000000000000d89688672fc5632a979a09fe15fb8e708a7996816458dc 0.91 MB 1,623 24
338,198 338,198 00000000000000000790048becf700986b11ae4693523850e8e24c4f261cc435 0.69 MB 991 18
338,197 338,197 00000000000000001450e215b08a8053f4367e37aedc5c7a685976cd847b00ae 0.70 MB 812 16
338,196 338,196 000000000000000000b79e40caa8bbb48a8d5d2fc5378b6d5f0a568c1abc09f7 0.27 MB 453 20
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.