Memory Pool Memory Pool Refreshing

3,531 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,684 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (76,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,321 831,321 00000000000000000001896ec07e150e93f55626cc26e6760c0c0b7d56216e3c 1.52 MB 1,626 18
831,320 831,320 00000000000000000003180bde30f4f80ff44fcc5bf5a49817b77592a168920d 1.35 MB 1,230 14
831,319 831,319 00000000000000000000d077cc0054a6a1ba6fa3382abbb176a4acff935eb2f8 1.67 MB 1,597 13
831,318 831,318 000000000000000000024e59ba969254ceda08d1711871973118517eb81ce91f 1.62 MB 3,261 28
831,317 831,317 0000000000000000000073be52d649fb0bd17df4ee3bd1cc541e19ca09d1bffd 1.69 MB 2,859 21
831,316 831,316 00000000000000000001c1eddcef3f84fbaa8034234cb302233c5dde5f91fe42 1.38 MB 1,843 18
831,315 831,315 00000000000000000001ef4396f4774d1f2c7facc9cd29c67bcc945c912c90e6 1.06 MB 331 12
831,314 831,314 000000000000000000009994fc99d0522449d46837649a798ab2f229f14ecd98 1.18 MB 926 14
831,313 831,313 00000000000000000002458543e382deda2d02d3fc9c61b701a7f37a2a0aef5b 1.80 MB 2,676 19
831,312 831,312 00000000000000000002644f65681dd66dc39256d732ff3967731502895bb5cc 1.57 MB 3,181 22
831,311 831,311 00000000000000000000c9cf76099d0edb1e2095fc1b139663f83142b6676162 1.54 MB 3,233 38
831,310 831,310 000000000000000000010e82eefffaba18351541be1122c960d00a4668d39496 1.82 MB 1,217 14
831,309 831,309 00000000000000000002b04eed88db526763ce7c9976b9b3e3873d7423225bf4 1.92 MB 2,532 22
831,308 831,308 00000000000000000000a7dcee9bf1525502df91be6c66345c7e6cf9036fb5b3 1.68 MB 3,106 23
831,307 831,307 0000000000000000000093b2b3fb91c9c25868cd731304e064a8c3d59bc053c4 1.47 MB 2,007 18
831,306 831,306 00000000000000000001f55284ff7c1b051b8a6129e1e8387c1c4e51b123b3b1 1.86 MB 2,577 20
831,305 831,305 00000000000000000000ef4cf6c8cf3fb3ffeda7db56b0a2276a4b29f477e24b 1.59 MB 2,711 22
831,304 831,304 00000000000000000002ebc3c3571ebdb5c7c3aae217c471c431ebccae5bbb62 1.62 MB 3,547 32
831,303 831,303 00000000000000000001351930813c4ced30dbce7fa0b722afa2742fdfb9816b 1.64 MB 3,367 27
831,302 831,302 000000000000000000004b68e1f0e604ddd8f70c09f92a20f71c4600e0dc33cf 1.77 MB 2,315 14
831,301 831,301 0000000000000000000226eef861cc028cd458e1f1c8680e43ce41b88dcd8cc1 1.61 MB 3,824 25
Previous 10 blocks ↓
Total Size: 768.96 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.83 GB sent, 92.59 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.