Memory Pool Memory Pool Refreshing

7,459 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,008 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (109,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,534 798,534 00000000000000000003c8dc65a1334b8262f1c476ff87bb5675bda2863619b8 1.67 MB 3,187 13
798,533 798,533 00000000000000000002cc7b2e3b335937eb5d10b6941072bca0dec251b0e2e7 1.65 MB 4,071 15
798,532 798,532 00000000000000000004c6497b47093590ecf1b7e61c69a0039807dd2744b95f 1.32 MB 1,890 24
798,531 798,531 0000000000000000000069d86ea09bdcccfe0bcb8fa8492440f1f874666ee3f2 1.83 MB 2,880 11
798,530 798,530 00000000000000000004c61d52a4861888b5f3f0878aa139cb98d164314202c0 1.83 MB 4,074 7
798,529 798,529 00000000000000000001116792f57b8fbd13fd9165f5b2f0a97fe65e961aad4e 2.07 MB 4,880 8
798,528 798,528 000000000000000000028e10ec04eb090ec4c9c1381f52b78b989d1027506a2b 1.65 MB 4,086 7
798,527 798,527 00000000000000000000493924ac17ad69901459f72aa9ecffc4b3a73bd3caa6 1.91 MB 2,295 9
798,526 798,526 000000000000000000049d1d9132588e4319af8bcde37930a5254bc5084f0bf1 1.43 MB 2,588 13
798,525 798,525 0000000000000000000454bb860153893c1cf9578852ab09d85e652924ef9c20 1.86 MB 3,106 9
798,524 798,524 000000000000000000031dd754ab76d40691ecc3a94b3b0f818a7daf3e0b66b4 1.47 MB 2,374 11
798,523 798,523 00000000000000000001f4160f637f5c2775ec02594e969c9c04c988109c852c 1.47 MB 3,344 20
798,522 798,522 0000000000000000000130d869a8bc9074098ba7c33eade4f570045e492bb631 1.55 MB 3,281 19
798,521 798,521 00000000000000000003dbef97570c9748987754260652a54da90e22c65ecc2d 1.42 MB 1,676 9
798,520 798,520 00000000000000000003b0269c13e199ef25794f8cf5b5409d303452134ec04b 1.54 MB 2,727 15
798,519 798,519 000000000000000000030e4dd51e45030411dd8b12f04b6f9d9c9c4c40f0ae56 1.55 MB 4,085 18
798,518 798,518 000000000000000000038a9727a0b4194d102d7e250b99cc50d29ca85132e857 1.40 MB 3,537 31
798,517 798,517 00000000000000000003074ea7d3191060e93299264f3c52497d4ab8221b2234 1.33 MB 2,142 14
798,516 798,516 0000000000000000000282eccaefdc8e9d9a35ba2f019b7439a3a91d8b74e91f 1.55 MB 3,026 19
798,515 798,515 000000000000000000036fcb2b9e74ab25e306b1f4c1e16f503f2e451135c38f 1.92 MB 4,709 9
798,514 798,514 000000000000000000049631c96799104a21c4dbbf06934521083c59a449ead4 1.77 MB 3,187 7
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.