Memory Pool Memory Pool Refreshing

86,276 transactions
30.31 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,648 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 580 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,647 (193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,454 878,454 00000000000000000000dbb6177d965ff73f147e68c5a2a30497a2853791e3f6 1.43 MB 2,167 2
878,453 878,453 0000000000000000000050697a48131a1cfa24b5a004ae0a598e2c64409e00bd 1.65 MB 3,427 4
878,452 878,452 0000000000000000000044e8e17f893795a071af62469309e35d15a41c22ccce 1.75 MB 4,759 2
878,451 878,451 0000000000000000000269e3848b1f979f20654eb2b6d60cac1a2a8f65a901a2 1.84 MB 4,904 3
878,450 878,450 00000000000000000000fb2398b8d590e701dd4d61576890db9359e3fba927ad 1.73 MB 4,504 4
878,449 878,449 0000000000000000000040ff9490241411da670379308ab5db229f7e9cd1ccf0 1.76 MB 4,668 4
878,448 878,448 00000000000000000001d9c65c893b1d22e56a7daa417442813c8102ca58222b 1.85 MB 4,110 3
878,447 878,447 00000000000000000001374fc51b3aa7b489b8999d29c656f37714022038c6ca 1.77 MB 4,906 3
878,446 878,446 000000000000000000028fb9fcd0ea555e2f64886d2cba66b02f616675adc20f 1.63 MB 4,360 4
878,445 878,445 00000000000000000000922376094b333e7bb2b3bcb0877ac1e548d5243d466f 1.76 MB 4,771 3
878,444 878,444 000000000000000000017bbf8397da728e796494e8cfe85678fed998420e5e7e 1.81 MB 4,783 2
878,443 878,443 00000000000000000001d7c31deaa3adecbdd757f81c5a51be4a14f5b3ff5a86 1.67 MB 3,923 4
878,442 878,442 0000000000000000000176c197614fa642697d301800d607ed8b53393cd10742 1.75 MB 4,251 3
878,441 878,441 00000000000000000000f213646328abe5fa3ad5eddad5d2422de7245e9433cf 1.83 MB 5,168 3
878,440 878,440 000000000000000000007a21a8875ca00bcbe63bb810351bf8251cb9324c3f77 1.74 MB 4,237 4
878,439 878,439 00000000000000000001b28a847a1c4a82a6c92277456ca28b988e048e97fd51 1.73 MB 4,274 5
878,438 878,438 00000000000000000000d199dd2572743a7ad51813d14d0d871f2d81f2fb9588 1.61 MB 4,448 5
878,437 878,437 000000000000000000003c5614d137b0620f58bc539a8d994fa2ef1ecc5bafb3 1.71 MB 4,233 6
878,436 878,436 00000000000000000000e3a5c313d492744ae1ba11c082ceb06f272f44276a9b 1.67 MB 3,203 8
878,435 878,435 000000000000000000026549b19c8dcd958074ea249cac1cef36b706b7ae3dce 1.70 MB 4,349 3
878,434 878,434 00000000000000000001cd16b82b4cb470d8716edbb1f53eefe2c1f1b07c8d0e 1.68 MB 3,362 4
Previous 10 blocks ↓
Total Size: 715.63 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,479.97 GB sent, 43.64 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.